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 25, 2024
1 parent 7cee513 commit 743fa02
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 743fa02

Please sign in to comment.