fix broken css from autoformatting

This commit is contained in:
joshuaboud 2022-06-20 12:57:05 -03:00
parent d1b001c475
commit 4a779f2198
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -100,7 +100,7 @@ table.houston-table thead.use-sticky tr th {
table.houston-table th,
table.houston-table td {
@apply py-2 px-4 lg: px-6 whitespace-nowrap text-sm;
@apply py-2 px-4 lg:px-6 whitespace-nowrap text-sm;
}
table.houston-table th:not(.text-right):not(.text-center),
@ -113,6 +113,6 @@ table.houston-table th {
}
table.houston-table tr {
@apply even: bg-accent;
@apply even:bg-accent;
}
</style>