Skip to content

Commit 8dea5d5

Browse files
committed
fix legend css
1 parent 8b06b6d commit 8dea5d5

20 files changed

+2452
-162
lines changed

dist/css/leaflet.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,5 @@
475475
.leaflet-div-icon {
476476
background: #fff;
477477
border: 1px solid #666;
478-
}
478+
}
479+

dist/css/worldmap-panel.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
.legend {
1515
line-height: 18px;
1616
color: #555;
17+
display: flex;
18+
flex-direction: column;
19+
}
20+
21+
.legend-item {
22+
white-space: nowrap;
1723
}
1824
.legend i {
1925
width: 18px;

dist/data_formatter.js

Lines changed: 120 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)