Make table left/right scrollable

This commit is contained in:
Tobias Eidelpes 2020-05-23 16:15:40 +02:00
parent b53a1ebe81
commit 2b8539cba9

View File

@ -29,6 +29,8 @@
} }
.table_wrapper { .table_wrapper {
overflow-x: auto;
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;