fix: narrow scope of table styles
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
@apply align-middle inline-block min-w-full overflow-hidden lg:overflow-visible;
|
@apply align-middle inline-block min-w-full overflow-hidden lg:overflow-visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.data-table-wrapper {
|
||||||
table {
|
table {
|
||||||
@apply min-w-full;
|
@apply min-w-full;
|
||||||
}
|
}
|
||||||
@@ -34,3 +35,4 @@ table.horizontal td {
|
|||||||
.data-table tbody tr {
|
.data-table tbody tr {
|
||||||
@apply hover:bg-gray-100;
|
@apply hover:bg-gray-100;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user