Skip to content

Commit

Permalink
fix: button size regression on small viewports 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 26, 2024
1 parent 7d726b4 commit c577ca5
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 @@ -413,8 +413,8 @@ $externalMargin: 8px;
.header-menu {
width: $clickable-area;
&__trigger {
width: $clickable-area;
#{&}__trigger {
width: 100% !important;
}
}
}
Expand Down

0 comments on commit c577ca5

Please sign in to comment.