Fix table width CSS

This commit is contained in:
Tanner
2020-11-01 00:47:18 +00:00
parent 0ad381bb7e
commit e5e523dbf5
+5
View File
@@ -117,6 +117,11 @@ span.source {
margin: 0; margin: 0;
} }
.article table {
width: 100%;
table-layout: fixed;
}
.article iframe { .article iframe {
display: none; display: none;
} }