mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Removed table display:block as it is not needed
This commit is contained in:
parent
4ca33d24e8
commit
802f7a0536
|
@ -28,8 +28,6 @@ body {
|
|||
}
|
||||
|
||||
table {
|
||||
// TEMP solution to fix overflow
|
||||
display: block;
|
||||
max-width: 100vw;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue