aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 19:21:23 -0800
committerMark Otto <[email protected]>2012-02-11 19:21:23 -0800
commit5bb55e46157ec974120535acdb6335841c85fa37 (patch)
tree4df7bd45b88306ded8bd188a05befee23e3d0264 /less
parent343012a9af04102dac033737db7999376bf5db59 (diff)
downloadbootstrap-5bb55e46157ec974120535acdb6335841c85fa37.tar.xz
bootstrap-5bb55e46157ec974120535acdb6335841c85fa37.zip
change fixed height on responsive textareas to min-height
Diffstat (limited to 'less')
-rw-r--r--less/responsive.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/responsive.less b/less/responsive.less
index 7ed58bb4e..1e3bf371c 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -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 */