Skip to content

Commit

Permalink
Merge pull request #5815 from nextcloud-libraries/style/remove-captio…
Browse files Browse the repository at this point in the history
…n-margin-bottom

style(NcAppNavigationCaption): remove margin-bottom
  • Loading branch information
GVodyanov authored Jul 18, 2024
2 parents 30506f2 + 2e63008 commit ad3a9c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +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: 12px;
margin-bottom: var(--default-grid-baseline);
}
&__actions {
Expand Down

0 comments on commit ad3a9c8

Please sign in to comment.