Skip to content

Commit

Permalink
Merge pull request #3178 from nextcloud/fix/right-align-nav-item-utils
Browse files Browse the repository at this point in the history
Right-align nav item utils
  • Loading branch information
marcoambrosini committed Sep 6, 2022
2 parents c84506f + 93dd3d1 commit cce627c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ export default {
min-width: $clickable-area;
align-items: center;
flex: 0 1 auto;
justify-content: flex-end;
&#{&}--display-actions .action-item.app-navigation-entry__actions {
display: inline-block;
}
Expand Down

0 comments on commit cce627c

Please sign in to comment.