1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Fix #12359: Reset min-width on fieldsets so that they don't break responsive tables and behave more like standard block level elements

This commit is contained in:
Mark Otto
2014-01-24 11:55:59 -06:00
parent bd6751e932
commit 64e8132426
6 changed files with 9 additions and 4 deletions

View File

@@ -1617,6 +1617,7 @@ table th[class*="col-"] {
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long