Skip to content

Commit

Permalink
Merge pull request #3059 from nextcloud/fix/noid/breadcrumbs-dropdown
Browse files Browse the repository at this point in the history
Fix breadcrumbs dropdown icon alignment
  • Loading branch information
marcoambrosini committed Aug 18, 2022
2 parents 2ea4bfb + dad9559 commit 739eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
// Adjust action item appearance for crumbs with actions
// to match other crumbs
&:deep() .action-item {
&:not(.dropdown) :deep(.action-item) {
// Adjustments necessary to correctly shrink on small screens
max-width: 100%;
Expand Down

0 comments on commit 739eccd

Please sign in to comment.