Skip to content

Commit

Permalink
fix(InputField): set fixed height
Browse files Browse the repository at this point in the history
  • Loading branch information
CoroDaniel authored and cipak committed Mar 9, 2022
1 parent 89b8b4f commit 3dd3a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/generic/InputField/InputField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field;
border-radius: 0.5rem;
padding: 0.313rem 0.75rem 0.063rem 0.75rem;
width: 100%;
height: 2rem; // prevent height collapse on iOS

&[type="number"] {
-moz-appearance: textfield;
Expand Down

0 comments on commit 3dd3a42

Please sign in to comment.