ratchet
ratchet copied to clipboard
Should reset the height of .input-row to 40px
The height of .input-group is reset to 40px while reseting the height of form inputs/select/textarea both in the theme iOS (line 346) and theme Android (line 496) instead of the default value 35px (forms.scss line 32) , without reseting the height of .input-row.
So,
- Should the height of .input-row be reset to 40px at the same time?
- Leave .input-group unchanged?
BTW, is that a typo?