Skip to content

Commit

Permalink
[open-formulieren/open-forms#3510] Fixed address position under map c…
Browse files Browse the repository at this point in the history
…omponent

Backport-of: #562
  • Loading branch information
vaszig authored and sergei-maertens committed Oct 6, 2023
1 parent 8e7a8c7 commit a2193e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Map/MapAddress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
@use '../../scss/mixins/prefix';

.#{prefix.prefix('map-address')} {
padding-block-start: var(--of-map-address-padding-block-start, 1em);
padding-block-end: var(--of-map-address-padding-block-end, 1em);

@include bem.element('description') {
display: inline;
font-style: normal;
Expand Down
3 changes: 3 additions & 0 deletions src/scss/components/_leaflet-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
@import '../mixins/prefix';

.#{prefix(leaflet-map)} {
display: flex;
flex-direction: column;
gap: 12px;
height: 400px;
position: relative;
z-index: 0;
Expand Down

0 comments on commit a2193e6

Please sign in to comment.