Removed table display:block as it is not needed

This commit is contained in:
alistair3149 2020-02-17 06:25:20 -05:00
parent 4ca33d24e8
commit 802f7a0536
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -28,8 +28,6 @@ body {
}
table {
// TEMP solution to fix overflow
display: block;
max-width: 100vw;
overflow: auto;
}