Skip to content

Commit

Permalink
fix(menu): force min height in style instead of CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Mar 19, 2024
1 parent 3a1878e commit 143d4ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
padding: 0;
width: auto;
max-width: 25rem;
min-height: 36px !important;
overflow: hidden;
}
}
Expand Down

0 comments on commit 143d4ac

Please sign in to comment.