From 600f4807e75cf7a539a124667bbca35ba8ffcc1a Mon Sep 17 00:00:00 2001 From: Tilly Woodfield <22456167+tillywoodfield@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:08:47 +0200 Subject: [PATCH] feat: restore original styles for adhoc validation page for now --- src/pages/ValidationResult.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ValidationResult.vue b/src/pages/ValidationResult.vue index b422c18a..6157e693 100644 --- a/src/pages/ValidationResult.vue +++ b/src/pages/ValidationResult.vue @@ -87,7 +87,7 @@ } }; - const headerClassNames = "hidden border-b border-solid border-gray-300 p-2.5 font-bold sm:block"; + const headerClassNames = "hidden border-0 border-b border-solid border-gray-300 p-2.5 font-bold sm:block"; const textClasses = "overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny"; @@ -146,7 +146,7 @@ -