Skip to content

Commit

Permalink
Merge pull request #5129 from nextcloud-libraries/fix/a11y/42959/regr…
Browse files Browse the repository at this point in the history
…ession-for-width

fix(header): width regression fixed
  • Loading branch information
susnux committed Jan 25, 2024
2 parents 77726c1 + 743fa02 commit 20577bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ $externalMargin: 8px;
width: var(--header-height);
height: var(--header-height);
&__trigger {
width: var(--header-height);
#{&}__trigger {
width: var(--header-height) !important;
height: var(--header-height);
opacity: .85;
Expand Down

0 comments on commit 20577bc

Please sign in to comment.