mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
commit
723b9b89d7
1 changed files with 2 additions and 2 deletions
|
|
@ -137,14 +137,14 @@ th {
|
|||
//
|
||||
// Reset default table behavior
|
||||
|
||||
table col[class^="col-"] {
|
||||
table col[class*="col-"] {
|
||||
float: none;
|
||||
display: table-column;
|
||||
}
|
||||
table {
|
||||
td,
|
||||
th {
|
||||
&[class^="col-"] {
|
||||
&[class*="col-"] {
|
||||
float: none;
|
||||
display: table-cell;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue