Skip to content

Commit

Permalink
Merge pull request #2408 from nextcloud/backport/2407/stable4
Browse files Browse the repository at this point in the history
[stable4] Increase padding right of AppNavigationItem to 8 px
  • Loading branch information
marcoambrosini authored Dec 15, 2021
2 parents 391bd51 + 1d20182 commit d32daec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export default {
box-sizing: border-box;
width: 100%;
min-height: $clickable-area;
padding-right: 4px;
padding-right: 8px;
// When .active class is applied, change color background of link and utils. The
// !important prevents the focus state to override the active state.
Expand Down

0 comments on commit d32daec

Please sign in to comment.