Skip to content

Commit d32daec

Browse files
Merge pull request #2408 from nextcloud/backport/2407/stable4
[stable4] Increase padding right of AppNavigationItem to 8 px
2 parents 391bd51 + 1d20182 commit d32daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppNavigationItem/AppNavigationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export default {
481481
box-sizing: border-box;
482482
width: 100%;
483483
min-height: $clickable-area;
484-
padding-right: 4px;
484+
padding-right: 8px;
485485
486486
// When .active class is applied, change color background of link and utils. The
487487
// !important prevents the focus state to override the active state.

0 commit comments

Comments
 (0)