Skip to content

Commit

Permalink
fix(NcAppNavigationItem): align utils with actions and other components
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov authored and backportbot[bot] committed Sep 13, 2024
1 parent 8712112 commit acdb08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/NcAppNavigationItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
/* counter */
.app-navigation-entry__counter-wrapper {
// Add slightly more space to the right of the counter
margin-right: calc(var(--default-grid-baseline) * 3);
margin-right: calc(var(--default-grid-baseline) * 2);
display: flex;
align-items: center;
flex: 0 1 auto;
Expand Down

0 comments on commit acdb08a

Please sign in to comment.