mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-06 05:26:11 +01:00
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:
commit
5851e7f1b7
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ main {
|
|||
|
||||
.sidebar .nav-link {
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover, &.active, &:focus {
|
||||
color: var(--bs-primary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue