mirror of https://github.com/twbs/bootstrap.git
Merge pull request #13707 from bcullman/bcullman-remove-table-max-width
removing unnecessary max-width on tables
This commit is contained in:
commit
aee18bcc4a
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
|
||||||
background-color: @table-bg;
|
background-color: @table-bg;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue