Fix table overflow on narrow screens

This commit is contained in:
Hazel Snider 2020-09-09 01:53:22 -04:00
parent 1f1ca1a84a
commit 13eb0df9ee
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
3 changed files with 19 additions and 0 deletions

View file

@ -85,3 +85,7 @@ table tr:last-child td {
tr:nth-child(even) {
background-color: #353535;
}
div.table-wrapper {
overflow-x: auto;
}