fix display misconsumption in map-legend from cube to line

This commit is contained in:
tim-herbst 2021-01-02 23:24:33 +01:00
parent f2dd47684b
commit c91a0f9872

View File

@ -34,9 +34,9 @@ body {
.legend i { .legend i {
width: 18px; width: 18px;
height: 18px; height: 3px;
float: left; float: left;
margin: 0 8px 0 0; margin: 7px 8px 0 0;
opacity: 0.7; opacity: 0.7;
} }