Ecotrust / marco-portal

Marine spatial planning portal for the Mid-Atlantic Regional Council on the Ocean
http://www.midatlanticocean.org/
16 stars 8 forks source link

scroll is lost when sublayer names are too long #128

Open sfletche opened 10 years ago

sfletche commented 10 years ago

add a 'sublayer-name' class to the span element class="sublayer-name"

with the following css

layer-menu li a span.sublayer-name{ width: 245px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; padding-left: 5px; margin-top: -2px; vertical-align: middle; }