mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Moved table fix to common
This commit is contained in:
parent
24a0ecac32
commit
03c1961c2e
|
@ -27,6 +27,13 @@ body {
|
|||
|
||||
}
|
||||
|
||||
table {
|
||||
// TEMP solution to fix overflow
|
||||
display: block;
|
||||
max-width: 100vw;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue