Skip to content

Commit

Permalink
Merge pull request #47034 from nextcloud/fix/app-menu-overflow
Browse files Browse the repository at this point in the history
fix: Make app menu overflow entries vertically aligned
  • Loading branch information
AndyScherzinger authored Aug 7, 2024
2 parents 4417f0f + 2ed0509 commit 749dc7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
:aria-current="app.active ? 'page' : false"
:href="app.href"
:icon="app.icon"
:name="app.name"
class="app-menu__overflow-entry" />
class="app-menu__overflow-entry">
{{ app.name }}
</NcActionLink>
</NcActions>
</nav>
</template>
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit 749dc7d

Please sign in to comment.