Skip to content

Commit

Permalink
Merge branch '150-move-scope-selection-with-other-filters' into 'main'
Browse files Browse the repository at this point in the history
Move scope selection with other filters

See merge request decidim/decidim-module-geo!163
  • Loading branch information
Hadrien Froger committed Nov 4, 2024
2 parents 94bbf34 + 4a8afc9 commit 450b193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
padding: 8px 16px 8px 8px;
font-size: 14px;
text-wrap: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}

.decidimGeo__filterModal__select,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
}
@include breakpoint(medium down) {
padding: 0 !important;
z-index: 1200;

&:not(&--fullscreen) .js-decidimgeo.decidimgeo__map {
z-index: 1;
height: 30vh;
Expand Down

0 comments on commit 450b193

Please sign in to comment.