Break all word wrap style for better display in the menu items (#5)

This commit is contained in:
Alex Tselegidis 2020-12-15 14:13:05 +02:00
parent a8e8c81190
commit 0f953d98de

View File

@ -220,6 +220,8 @@
.sidebar {
.sidebar-nav {
.nav-link {
word-break: break-all;
&.active {
color: $primary !important;
background: #f7f7f7;