Allow multiline legend entries
text will pleasantly flow on right side rather than appearing under icon
This commit is contained in:
parent
fe94a51da4
commit
bba80f4511
@ -21,10 +21,6 @@
|
||||
box-shadow: 0px 0px 1px 1px #222222;
|
||||
}
|
||||
|
||||
.map-legend * {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.map-legend .logo {
|
||||
display: none;
|
||||
}
|
||||
@ -87,7 +83,7 @@
|
||||
}
|
||||
|
||||
.data-legend li {
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.data-legend .key {
|
||||
@ -98,6 +94,7 @@
|
||||
vertical-align: middle;
|
||||
overflow: hidden;
|
||||
border: solid 1px #ddd;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.data-legend h6 {
|
||||
|
Loading…
Reference in New Issue
Block a user