Skip to content

Commit

Permalink
fixup! style(NcAppNavigationCaption): remove margin-bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Jul 18, 2024
1 parent 8e7e8b5 commit 1cde7f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export default {
// 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) * 2);
margin-top: 0px;
margin-bottom: var(--default-grid-baseline);
}
&__actions {
Expand Down

0 comments on commit 1cde7f8

Please sign in to comment.