UX: Ellipsis hamburger menu link text when overflowing (#11715)
This commit is contained in:
parent
06b7c44593
commit
23059297b5
|
@ -93,6 +93,11 @@
|
|||
}
|
||||
|
||||
.hamburger-panel {
|
||||
a.widget-link {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
@include ellipsis;
|
||||
}
|
||||
.panel-body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue