From fca61e328ff04ff24d4f212bb7c3594673718a2d Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 9 May 2024 15:45:35 -0700 Subject: [PATCH] fix(NcAppNavigationCaption): Fix margin Signed-off-by: Christopher Ng --- src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue index bbe36309e6..14db1178a8 100644 --- a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue +++ b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue @@ -191,6 +191,7 @@ export default { 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); + margin-top: 0px; margin-bottom: 12px; }