]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken textarea.form-control reported by @thomas-mcdonald
authorMark Otto <markdotto@gmail.com>
Wed, 3 Dec 2014 19:23:53 +0000 (11:23 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 3 Dec 2014 19:23:53 +0000 (11:23 -0800)
scss/_forms.scss

index 351e66a0207b550fb87c8f4c445f1115b2c47f0e..c380367ac1708862a74b9e04ffab2ac268d9146a 100644 (file)
@@ -148,13 +148,13 @@ output {
     background-color: $input-bg-disabled;
     opacity: 1; // iOS fix for unreadable disabled content
   }
+}
 
-  // Reset height for `textarea`s
-  &textarea {
-    height: auto;
-    padding-top: $padding-base-horizontal;
-    padding-bottom: $padding-base-horizontal;
-  }
+// Reset height for `textarea`s
+textarea.form-control {
+  height: auto;
+  padding-top: $padding-base-horizontal;
+  padding-bottom: $padding-base-horizontal;
 }