2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

change fixed height on responsive textareas to min-height

This commit is contained in:
Mark Otto
2012-02-11 19:21:23 -08:00
parent 343012a9af
commit 5bb55e4615
3 changed files with 2 additions and 2 deletions
+1 -1
View 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 */