Skip to content

Commit cce627c

Browse files
Merge pull request #3178 from nextcloud/fix/right-align-nav-item-utils
Right-align nav item utils
2 parents c84506f + 93dd3d1 commit cce627c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NcAppNavigationItem/NcAppNavigationItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ export default {
755755
min-width: $clickable-area;
756756
align-items: center;
757757
flex: 0 1 auto;
758+
justify-content: flex-end;
758759
&#{&}--display-actions .action-item.app-navigation-entry__actions {
759760
display: inline-block;
760761
}

0 commit comments

Comments
 (0)