Browse Source

fix extra padding under textarea

pull/55/head
SimaQ 9 years ago
parent
commit
88118e97b9
  1. 1
      style/mixins/input.less

1
style/mixins/input.less

@ -68,6 +68,7 @@
// Reset height for `textarea`s // Reset height for `textarea`s
textarea& { textarea& {
height: auto; height: auto;
vertical-align: bottom;
} }
// Size // Size

Loading…
Cancel
Save