Skip to content

scroll is lost when sublayer names are too long #128

Description

@sfletche

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions