Fixes overflow issue in tables (#15840)

This commit is contained in:
Joakim Sørensen 2020-12-06 17:33:08 +01:00 committed by GitHub
parent 39680882f6
commit 2b351690e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,15 @@ html {
z-index: 999;
}
table {
table-layout: fixed;
width: 100%;
th,td {
word-wrap: break-word;
}
}
@media only screen and (max-width: $lap-end) {
#sidebar {