mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 04:52:45 +08:00
UX: Ellipsis hamburger menu link text when overflowing (#11715)
This commit is contained in:
parent
06b7c44593
commit
23059297b5
|
@ -93,6 +93,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hamburger-panel {
|
.hamburger-panel {
|
||||||
|
a.widget-link {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
@include ellipsis;
|
||||||
|
}
|
||||||
.panel-body {
|
.panel-body {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user