WIP: Implement disosition document handling for admins

This commit is contained in:
Björn Fromme
2023-10-13 13:11:41 +02:00
parent 7ec12d6a3e
commit 858c9cbafd
5 changed files with 52 additions and 10 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
.data-table-wrapper {
@apply overflow-x-auto mb-8;
@apply overflow-x-auto lg:overflow-x-visible mb-8;
}
.data-table-wrapper__inner {
@apply align-middle inline-block min-w-full overflow-hidden;
@apply align-middle inline-block min-w-full overflow-hidden lg:overflow-visible;
}
table {