mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix input sizing and increase vertical padding on textareas
This commit is contained in:
@@ -149,6 +149,8 @@ output {
|
||||
// Reset height for `textarea`s
|
||||
textarea& {
|
||||
height: auto;
|
||||
padding-top: @padding-base-horizontal;
|
||||
padding-bottom: @padding-base-horizontal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -193,7 +193,7 @@
|
||||
@input-color-placeholder: @gray-light;
|
||||
|
||||
//** Default `.form-control` height
|
||||
@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
|
||||
@input-height-base: ((@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + .1);
|
||||
//** Large `.form-control` height
|
||||
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
|
||||
//** Small `.form-control` height
|
||||
|
||||
Reference in New Issue
Block a user