Fixed a floating bug when tables are to small

This commit is contained in:
Tobias Reich 2016-03-31 23:47:26 +02:00
parent 1ef78f59ad
commit 9981f55709
2 changed files with 1 additions and 0 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

@ -92,6 +92,7 @@
table {
float: left;
margin: 10px 0 15px 20px;
width: calc(100% - 20px);
}
table tr td {