Skip to content

Commit

Permalink
Merge pull request #3235 from nextcloud/add-gap-between-nav-entry
Browse files Browse the repository at this point in the history
Add gap between nav entry
  • Loading branch information
raimund-schluessler authored Sep 14, 2022
2 parents 4bb374f + a889d35 commit 108d8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default {
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: var(--default-grid-baseline, 4px);
padding: calc(var(--default-grid-baseline, 4px) * 2);
}
}
Expand Down

0 comments on commit 108d8e1

Please sign in to comment.