]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Prevent button wrapping 3682/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 25 Jun 2023 14:25:07 +0000 (07:25 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 25 Jun 2023 14:25:07 +0000 (07:25 -0700)
src-ui/src/app/components/app-frame/app-frame.component.scss

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