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 5851e7f1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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