fix: narrow scope of table styles

This commit is contained in:
Björn Fromme
2026-06-23 15:19:26 +02:00
parent ffa2038acb
commit c29634b0d2
+2
View File
@@ -6,6 +6,7 @@
@apply align-middle inline-block min-w-full overflow-hidden lg:overflow-visible;
}
.data-table-wrapper {
table {
@apply min-w-full;
}
@@ -34,3 +35,4 @@ table.horizontal td {
.data-table tbody tr {
@apply hover:bg-gray-100;
}
}