mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 12:24:03 +00:00
fix broken textarea.form-control reported by @thomas-mcdonald
This commit is contained in:
parent
c80b7e468a
commit
bafd0b057e
1 changed files with 6 additions and 6 deletions
|
|
@ -148,13 +148,13 @@ output {
|
||||||
background-color: $input-bg-disabled;
|
background-color: $input-bg-disabled;
|
||||||
opacity: 1; // iOS fix for unreadable disabled content
|
opacity: 1; // iOS fix for unreadable disabled content
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Reset height for `textarea`s
|
// Reset height for `textarea`s
|
||||||
&textarea {
|
textarea.form-control {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding-top: $padding-base-horizontal;
|
padding-top: $padding-base-horizontal;
|
||||||
padding-bottom: $padding-base-horizontal;
|
padding-bottom: $padding-base-horizontal;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue