Skip to content

Commit

Permalink
fix(menu): add comment to inform about the use of important
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Mar 19, 2024
1 parent 143d4ac commit 8c8507a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 0;
width: auto;
max-width: 25rem;
min-height: 36px !important;
min-height: 36px !important; /* important is necessary to override the min-height inline rule setted by CDK */
overflow: hidden;
}
}
Expand Down

0 comments on commit 8c8507a

Please sign in to comment.