Skip to content

Commit

Permalink
Merge pull request #3303 from nextcloud/padding-navigation-list-direc…
Browse files Browse the repository at this point in the history
…t-child-only

Only apply padding to direct child
  • Loading branch information
Vinicius Reis authored Sep 29, 2022
2 parents 131e32b + 5788d80 commit 1e42a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
}
//list of navigation items
ul,
& > ul,
&__list {
position: relative;
height: 100%;
Expand Down

0 comments on commit 1e42a2b

Please sign in to comment.