]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Scope app nav caption styles
authorChristopher Ng <chrng8@gmail.com>
Tue, 10 Oct 2023 22:26:32 +0000 (15:26 -0700)
committerChristopher Ng <chrng8@gmail.com>
Tue, 10 Oct 2023 22:26:32 +0000 (15:26 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
core/css/apps.scss

index e2a1633fe9fa77ad4ed1192f1d92661195f95305..f9fc8c35dd39df0590d329d67dfa34cf4e503180 100644 (file)
@@ -138,17 +138,18 @@ kbd {
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
-}
-.app-navigation-caption {
-       font-weight: bold;
-       line-height: 44px;
-       padding: 10px 44px 0 44px;
-       white-space: nowrap;
-       text-overflow: ellipsis;
-       box-shadow: none !important;
-       user-select: none;
-       pointer-events:none;
-       margin-left: 10px;
+
+       .app-navigation-caption {
+               font-weight: bold;
+               line-height: 44px;
+               padding: 10px 44px 0 44px;
+               white-space: nowrap;
+               text-overflow: ellipsis;
+               box-shadow: none !important;
+               user-select: none;
+               pointer-events:none;
+               margin-left: 10px;
+       }
 }
 
 .app-navigation-personal,