mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Update tables.less
Fixed Table cell sizing with multiple classes by using *= instead of ^=
This commit is contained in:
parent
b569836126
commit
bfe2dc4109
@ -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…
x
Reference in New Issue
Block a user