Skip to content

Commit

Permalink
style: Make NcAppNavigationCaption properly align with NcAppNavigatio…
Browse files Browse the repository at this point in the history
…nItem

Signed-off-by: Grigory V <[email protected]>
  • Loading branch information
GVodyanov authored and susnux committed Aug 2, 2024
1 parent 23e8b39 commit 9d4ef4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,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: var(--default-grid-baseline);
}
Expand Down

0 comments on commit 9d4ef4e

Please sign in to comment.