diff options
| author | Mark Otto <[email protected]> | 2014-01-24 11:55:59 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-24 11:55:59 -0600 |
| commit | 64e81324261548a8de8cda5fde4b87d0f7a8f8fb (patch) | |
| tree | f880097f05e884c7aaaa128a2e4274bcf4621c54 /dist/css/bootstrap.css | |
| parent | bd6751e932eebecb087880a3d999a13289ce7372 (diff) | |
| download | bootstrap-64e81324261548a8de8cda5fde4b87d0f7a8f8fb.tar.xz bootstrap-64e81324261548a8de8cda5fde4b87d0f7a8f8fb.zip | |
Fix #12359: Reset min-width on fieldsets so that they don't break responsive tables and behave more like standard block level elements
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b7dc6cda7..676b410a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1617,6 +1617,7 @@ table th[class*="col-"] { } } fieldset { + min-width: 0; padding: 0; margin: 0; border: 0; |
