Skip to content

Commit

Permalink
Increase padding right of AppNavigationItem
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler authored and backportbot[bot] committed Dec 15, 2021
1 parent 391bd51 commit 1d20182
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 1d20182

Please sign in to comment.