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;
}
.table div.center, .table div.center div.center {
margin: 0;
}
.table {
.table, div.tabular {
overflow-x: auto;
}
@@ -190,7 +189,6 @@ figcaption.caption {
width: 100%;
}
.menu {
position: relative;
}