From 4a779f2198e9b4de7b70091d60f46f9cf348ddaf Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 20 Jun 2022 12:57:05 -0300 Subject: [PATCH] fix broken css from autoformatting --- navigator/src/components/Table.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }