diff options
| author | Mark Otto <[email protected]> | 2012-09-23 16:06:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-23 16:06:28 -0700 |
| commit | f4d3d7da2e3ddbd751e053729935df1f3dd4c051 (patch) | |
| tree | adf5381c6286eb4bbd0163257d7acce7e10d25f9 /docs/assets/css/bootstrap-responsive.css | |
| parent | a4bf6ef0a0ace19e2e939c0484095e8d45527548 (diff) | |
| download | bootstrap-f4d3d7da2e3ddbd751e053729935df1f3dd4c051.tar.xz bootstrap-f4d3d7da2e3ddbd751e053729935df1f3dd4c051.zip | |
ensure 100% width for .uneditable-inputs in <767px viewports
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 0161885af..f1efde190 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -820,6 +820,7 @@ margin-left: 0; } [class*="span"], + .uneditable-input[class*="span"], .row-fluid [class*="span"] { display: block; float: none; |
