Fix table width CSS

This commit is contained in:
Tanner Collin 2020-11-01 00:47:18 +00:00
parent feba8b7aa0
commit 0d16bec6f6

View File

@ -117,6 +117,11 @@ span.source {
margin: 0;
}
.article table {
width: 100%;
table-layout: fixed;
}
.article iframe {
display: none;
}