Fix table overflowing on mobile

This commit is contained in:
Hendrik Kleinwaechter
2023-07-14 14:37:32 +02:00
parent 54f12e3407
commit d7e53ed8dc

View File

@@ -177,12 +177,11 @@ figcaption.caption {
margin: 0; margin: 0;
} }
.table div.center, .table div.center div.center { .table div.center, .table div.center div.center {
margin: 0; margin: 0;
} }
.table { .table, div.tabular {
overflow-x: auto; overflow-x: auto;
} }
@@ -190,7 +189,6 @@ figcaption.caption {
width: 100%; width: 100%;
} }
.menu { .menu {
position: relative; position: relative;
} }