mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03: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:
Vendored
+1
@@ -1617,6 +1617,7 @@ table th[class*="col-"] {
|
||||
}
|
||||
}
|
||||
fieldset {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user