1
0
Fork 0

Fix text overflow in minimized navbar

master
Anonymous Contributor 2023-09-06 16:07:15 +02:00
parent 7be78e387d
commit 598e55dd6f
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,10 @@
}
.navbar-nav > .nav-link {
overflow-wrap: anywhere;
}
.sidebar {
width: $sidebar-collapsed-width !important;
background-color: $gray-900;