From 0adefb5f7e2c42ec71ede61f725caff9804fefcc Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Wed, 14 Sep 2022 10:55:33 -0400 Subject: [PATCH 1/2] Reduce indent for `app-navigation-caption` Signed-off-by: meichthys <10717998+meichthys@users.noreply.github.com> --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index ecec5023665a6..1e9f4a17a4e7b 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -240,7 +240,7 @@ kbd { &.app-navigation-caption { font-weight: bold; line-height: 44px; - padding: 0 44px; + padding: 0 15px; white-space: nowrap; text-overflow: ellipsis; box-shadow: none !important; From ac85f07d74ee42f123cc6972d100501bd8eb69cb Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Wed, 12 Oct 2022 00:21:28 -0400 Subject: [PATCH 2/2] Update app-navigation-caption padding Signed-off-by: MeIchthys <10717998+meichthys@users.noreply.github.com> Signed-off-by: meichthys <10717998+meichthys@users.noreply.github.com> --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 1e9f4a17a4e7b..cec66ae4a3d2b 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -240,7 +240,7 @@ kbd { &.app-navigation-caption { font-weight: bold; line-height: 44px; - padding: 0 15px; + padding: 0 calc(var(--default-grid-baseline, 4px) * 4); white-space: nowrap; text-overflow: ellipsis; box-shadow: none !important;