diff --git a/navigator/src/components/Table.vue b/navigator/src/components/Table.vue index 5807dd1..bacfc87 100644 --- a/navigator/src/components/Table.vue +++ b/navigator/src/components/Table.vue @@ -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; }