mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Fixes #6954: properly reset grid classes within tables
This commit is contained in:
Vendored
+7
-3
@@ -975,11 +975,15 @@ th {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
table td[class*="span"],
|
||||
table th[class*="span"] {
|
||||
table col[class^="span"] {
|
||||
display: table-column;
|
||||
float: none;
|
||||
}
|
||||
|
||||
table td[class^="span"],
|
||||
table th[class^="span"] {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table tbody tr.success > td {
|
||||
|
||||
Reference in New Issue
Block a user