diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-10-10 15:26:32 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-10-10 15:26:32 -0700 |
commit | 1f6778c079d6ab409c98acb155e62536061566a5 (patch) | |
tree | 7fecbae170ff42e15f92e084933c9a1dead86446 /core/css/apps.scss | |
parent | a149d4e6e3e6e3f8b9743eb544b4e5ec1366aa09 (diff) | |
download | nextcloud-server-1f6778c079d6ab409c98acb155e62536061566a5.tar.gz nextcloud-server-1f6778c079d6ab409c98acb155e62536061566a5.zip |
fix: Scope app nav caption styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 23 |
1 files 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, |