Skip to content

Commit

Permalink
Merge pull request #5805 from nextcloud-libraries/backport/5804/next
Browse files Browse the repository at this point in the history
[next] fix(NcAppNavigationCaption): properly align with NcAppNavigationItem
  • Loading branch information
GVodyanov authored Aug 5, 2024
2 parents b43617c + 2cdf813 commit 3132674
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 3132674

Please sign in to comment.