Skip to content

Commit

Permalink
Add missing chart-switcher css class
Browse files Browse the repository at this point in the history
  • Loading branch information
pchevali authored Jun 21, 2024
1 parent f2a0b5c commit 875df8d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ div#mapstore-globalspinner {
.mapstore-widget-options {
.em(margin-top, 4);
.em(margin-bottom, 4);
.map-switcher {
.map-switcher,
.chart-switcher{
.em(width, 200);
}
}
Expand All @@ -392,4 +393,4 @@ div#mapstore-globalspinner {

.glyphicon {
top: 0;
}
}

0 comments on commit 875df8d

Please sign in to comment.