Moved table fix to common

This commit is contained in:
alistair3149 2019-08-10 11:03:24 -04:00
parent 24a0ecac32
commit 03c1961c2e
2 changed files with 7 additions and 6 deletions

View file

@ -27,6 +27,13 @@ body {
}
table {
// TEMP solution to fix overflow
display: block;
max-width: 100vw;
overflow: auto;
}
ul {
list-style-type: square;
}

View file

@ -8,12 +8,6 @@ table.wikitable {
background-color: transparent;
color: @base-20;
border: 0;
// TEMP solution to fix overflow
display: block;
max-width: 100vw;
overflow: auto;
tr {
vertical-align: top;