UX: Ellipsis hamburger menu link text when overflowing (#11715)

This commit is contained in:
Mark VanLandingham 2021-01-14 17:25:19 -06:00 committed by GitHub
parent 06b7c44593
commit 23059297b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,11 @@
}
.hamburger-panel {
a.widget-link {
width: 100%;
box-sizing: border-box;
@include ellipsis;
}
.panel-body {
overflow-y: auto;
}