Skip to content

Commit

Permalink
fix(text-field): fixed setting width to less than <input> width
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 457488771
  • Loading branch information
asyncLiz authored and copybara-github committed Jun 27, 2022
1 parent 15d04ae commit a5849b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text_field/lib/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
color: currentColor;
outline: none;
padding: 0;
width: 100%;

// Remove built-in datepicker icon on Chrome
&::-webkit-calendar-picker-indicator {
Expand Down

0 comments on commit a5849b9

Please sign in to comment.