]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change fixed height on responsive textareas to min-height
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 03:21:23 +0000 (19:21 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 03:21:23 +0000 (19:21 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
less/responsive.less

index 3284ea5eb03dc48a47ca6b2ac89ba9c09b4acb99..4bad32b3e4e4fe76e201c77d9fb7d940c30fa40b 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 4d464ea88dc928fd9c94ac815ef76dd87e8fa91d..c8c63029649ed40221db1c26858386f1e8f88b3b 100644 (file)
@@ -25,7 +25,7 @@
   .uneditable-input {
     display: block;
     width: 100%;
-    height: 28px;
+    min-height: 28px;
     /* Make inputs at least the height of their button counterpart */
   
     /* Makes inputs behave like true block-level elements */
index 7ed58bb4e00d97da97ade721ab6a863937aa7826..1e3bf371ccba370ceaeba96576f073168b0ce71a 100644 (file)
@@ -56,7 +56,7 @@
   .uneditable-input {
     display: block;
     width: 100%;
-    height: 28px; /* Make inputs at least the height of their button counterpart */
+    min-height: 28px; /* Make inputs at least the height of their button counterpart */
     /* Makes inputs behave like true block-level elements */
     -webkit-box-sizing: border-box; /* Older Webkit */
        -moz-box-sizing: border-box; /* Older FF */