From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:25:07 +0000 (-0700) Subject: Prevent button wrapping X-Git-Tag: v1.16.4~1^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3682%2Fhead;p=thirdparty%2Fpaperless-ngx.git Prevent button wrapping --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index fb6fa44cb2..93468207d2 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -137,6 +137,7 @@ main { .sidebar .nav-link { font-weight: 500; + white-space: nowrap; &:hover, &.active, &:focus { color: var(--bs-primary);