Fixed a floating bug when tables are to small
This commit is contained in:
parent
1ef78f59ad
commit
9981f55709
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -92,6 +92,7 @@
|
|||||||
table {
|
table {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px 0 15px 20px;
|
margin: 10px 0 15px 20px;
|
||||||
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr td {
|
table tr td {
|
||||||
|
Loading…
Reference in New Issue
Block a user