2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fix input sizing and increase vertical padding on textareas

This commit is contained in:
Mark Otto
2014-07-08 01:44:09 -07:00
parent ea59c3c31a
commit 6fda409853
8 changed files with 31 additions and 25 deletions
+2
View File
@@ -149,6 +149,8 @@ output {
// Reset height for `textarea`s
textarea& {
height: auto;
padding-top: @padding-base-horizontal;
padding-bottom: @padding-base-horizontal;
}
}