Commit 723b9b89 authored by Mark Otto's avatar Mark Otto

Merge pull request #9864 from boomsb/3.0.0-wip

Update tables.less
parents 7bc845ab bfe2dc41
...@@ -137,14 +137,14 @@ th { ...@@ -137,14 +137,14 @@ th {
// //
// Reset default table behavior // Reset default table behavior
table col[class^="col-"] { table col[class*="col-"] {
float: none; float: none;
display: table-column; display: table-column;
} }
table { table {
td, td,
th { th {
&[class^="col-"] { &[class*="col-"] {
float: none; float: none;
display: table-cell; display: table-cell;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment