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
textarea& {
height: auto;
vertical-align: bottom;
}
// Size

Loading…
Cancel
Save