Skip to content

Commit 68d8c1e

Browse files
authored
Merge pull request #6082 from nextcloud-libraries/backport/6054/next
[next] fix(NcAppNavigationItem): align utils with actions and other components
2 parents 563b99a + acdb08a commit 68d8c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/NcAppNavigationItem.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
/* counter */
171171
.app-navigation-entry__counter-wrapper {
172172
// Add slightly more space to the right of the counter
173-
margin-right: calc(var(--default-grid-baseline) * 3);
173+
margin-right: calc(var(--default-grid-baseline) * 2);
174174
display: flex;
175175
align-items: center;
176176
flex: 0 1 auto;

0 commit comments

Comments
 (0)