Skip to content

Commit

Permalink
fix(header): width regression fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Jan 24, 2024
1 parent cfbb197 commit 71050a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ $externalMargin: 8px;
width: var(--header-height);
height: var(--header-height);
&__trigger {
#{&}__trigger {
width: var(--header-height);
height: var(--header-height);
opacity: .85;
Expand Down

0 comments on commit 71050a6

Please sign in to comment.