diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cb634921f..1eb1fc95a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1478,13 +1478,13 @@ th { background-color: #f5f5f5; } -table col[class^="col-"] { +table col[class*="col-"] { display: table-column; float: none; } -table td[class^="col-"], -table th[class^="col-"] { +table td[class*="col-"], +table th[class*="col-"] { display: table-cell; float: none; } |
