Skip to content

Commit

Permalink
Fix the width of the projection switcher
Browse files Browse the repository at this point in the history
The map projection switcher on the map is too small. This change fixes it.

The change can be seen by adding a second projection for the map in the admin
  • Loading branch information
MichelGabriel committed Oct 2, 2024
1 parent cfcd829 commit 67e5fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
margin: 0;
padding: 0;
position: absolute;
width: 16.5em;
width: 24.5em; // 34em - 7em - 2.5em
border-radius: 0;
li {
width: calc(~"100% -30px");
Expand Down

0 comments on commit 67e5fe0

Please sign in to comment.