From 3cd7d501744d813d1d519409e04cac5893a5c764 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Mon, 15 Jul 2024 10:18:29 +0200 Subject: [PATCH] style: Make NcAppNavigationCaption properly align with NcAppNavigationItem Signed-off-by: Grigory V --- .../NcAppNavigationCaption/NcAppNavigationCaption.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue index 2585b9e104..18ffe54eca 100644 --- a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue +++ b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue @@ -240,7 +240,7 @@ export default { box-shadow: none !important; flex-shrink: 0; // padding to align the name with the icon of app navigation items - padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3); + padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 2); margin-top: 0px; margin-bottom: 12px; }