Skip to content

Commit

Permalink
Merge pull request #5804 from nextcloud-libraries/enh/NcAppNavigation…
Browse files Browse the repository at this point in the history
…Caption-alignment

Make NcAppNavigationCaption properly align with NcAppNavigationItem
  • Loading branch information
GVodyanov authored Jul 15, 2024
2 parents fb5a532 + 3cd7d50 commit a98fa7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,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: 12px;
}
Expand Down

0 comments on commit a98fa7a

Please sign in to comment.