Skip to content

Commit

Permalink
Merge pull request #5579 from nextcloud-libraries/backport/5576/next
Browse files Browse the repository at this point in the history
[next] fix(NcAppNavigationCaption): Fix margin
  • Loading branch information
susnux authored May 10, 2024
2 parents 996a1dc + fca61e3 commit 99ba792
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 99ba792

Please sign in to comment.