We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b710f + 6bf2e9a commit 8ce5660Copy full SHA for 8ce5660
src/scss/_app-sidebar.scss
@@ -140,7 +140,10 @@
140
141
// Section Heading
142
.nav-header {
143
+ display: inline;
144
+ overflow: hidden;
145
color: var(--#{$lte-prefix}sidebar-header-color);
146
+ text-overflow: ellipsis;
147
background-color: inherit;
148
}
149
@@ -225,8 +228,11 @@
225
228
226
229
227
230
231
+ position: relative;
232
+ width: 100%;
233
padding: $nav-link-padding-y ($nav-link-padding-y * 1.5);
234
font-size: .9rem;
235
+ @include transition(width $lte-transition-fn $lte-transition-speed);
236
237
238
// Tree view menu
@@ -402,7 +408,7 @@
402
408
max-width: var(--#{$lte-prefix}sidebar-width);
403
409
404
410
.sidebar-menu .nav-header {
405
- display: inline-block;
411
406
412
407
413
414
.sidebar-menu .nav-link {
0 commit comments