Fixed a floating bug when tables are to small

pull/499/merge
Tobias Reich 8 years ago
parent 1ef78f59ad
commit 9981f55709

2
dist/main.css vendored

File diff suppressed because one or more lines are too long

@ -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…
Cancel
Save