From d0ccbc2963cc4f961c4a7da3254d40d53a40aa2a Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 11 Mar 2023 17:38:08 +0100 Subject: [PATCH] typo in table header height --- interface/src/project/DashboardData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/project/DashboardData.tsx b/interface/src/project/DashboardData.tsx index 566fd6a97..37c42aad2 100644 --- a/interface/src/project/DashboardData.tsx +++ b/interface/src/project/DashboardData.tsx @@ -179,7 +179,7 @@ const DashboardData: FC = () => { `, HeaderRow: ` .th { - height: 86px; + height: 36px; } `, Row: `