diff options
| author | Mark Otto <[email protected]> | 2012-02-11 19:21:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 19:21:23 -0800 |
| commit | 5bb55e46157ec974120535acdb6335841c85fa37 (patch) | |
| tree | 4df7bd45b88306ded8bd188a05befee23e3d0264 /docs | |
| parent | 343012a9af04102dac033737db7999376bf5db59 (diff) | |
| download | bootstrap-5bb55e46157ec974120535acdb6335841c85fa37.tar.xz bootstrap-5bb55e46157ec974120535acdb6335841c85fa37.zip | |
change fixed height on responsive textareas to min-height
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52687 -> 52693 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 3284ea5eb..4bad32b3e 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 4d464ea88..c8c630296 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -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 */ |
