From 1f6778c079d6ab409c98acb155e62536061566a5 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 10 Oct 2023 15:26:32 -0700 Subject: [PATCH] fix: Scope app nav caption styles Signed-off-by: Christopher Ng --- core/css/apps.scss | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index e2a1633fe9f..f9fc8c35dd3 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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, -- 2.39.5