fix imported table width

This commit is contained in:
Salihu
2026-08-27 22:20:01 +01:00
parent e175242748
commit 87eb11c782
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
overflow-x: auto;
& table {
overflow-x: hidden;
min-width: 700px !important;
min-width: 100% !important;
}
}