forked from tanner/qotnews
Fix table width CSS
This commit is contained in:
parent
feba8b7aa0
commit
0d16bec6f6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user