Skip to content

Commit

Permalink
feat(select): make selected text more flexible
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 315286349
  • Loading branch information
allan-chen authored and copybara-github committed Jun 8, 2020
1 parent a0dc2b5 commit 2b420c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
}

box-sizing: border-box;
width: 0;
width: auto;
flex-grow: 1;
height: variables.$selected-text-height;
border: none;
Expand Down

0 comments on commit 2b420c5

Please sign in to comment.