Fix text overflow in minimized navbar
parent
7be78e387d
commit
598e55dd6f
File diff suppressed because one or more lines are too long
|
@ -59,6 +59,10 @@
|
|||
|
||||
}
|
||||
|
||||
.navbar-nav > .nav-link {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: $sidebar-collapsed-width !important;
|
||||
background-color: $gray-900;
|
||||
|
|
Loading…
Reference in New Issue