Merge pull request #3682 from paperless-ngx/fix/issue-3679

Fix: prevent button wrapping when sidebar narrows in MS Edge
This commit is contained in:
shamoon 2023-06-26 09:43:20 -07:00 committed by GitHub
commit f5cdbfd0d7

View File

@ -137,6 +137,7 @@ main {
.sidebar .nav-link { .sidebar .nav-link {
font-weight: 500; font-weight: 500;
white-space: nowrap;
&:hover, &.active, &:focus { &:hover, &.active, &:focus {
color: var(--bs-primary); color: var(--bs-primary);