fix(table): fix table too wide

fix #9
This commit is contained in:
Julien Calixte
2023-12-18 16:00:48 +01:00
parent cf14f9fddd
commit 69fd413224
2 changed files with 14 additions and 2 deletions

View File

@@ -93,6 +93,10 @@ a {
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.table-wrapper {
overflow-x: auto;
}
@media print {
html,