Skip to content

Commit

Permalink
fix(select): fixed menu select not 100% window width
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542020711
  • Loading branch information
Elliott Marquez authored and copybara-github committed Jun 20, 2023
1 parent 7dd2f3d commit a968759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion select/lib/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
.field,
.select,
md-menu {
min-width: 100%;
min-width: inherit;
width: inherit;
max-width: inherit;
}

Expand Down

0 comments on commit a968759

Please sign in to comment.