From 074b4eb36e7621614f72d87816810cee60cab45c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Thu, 7 Mar 2024 17:44:45 +0100 Subject: [PATCH] Smaller font size for data table Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/pages/query/DataTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/mantine-ui/src/pages/query/DataTable.tsx b/web/ui/mantine-ui/src/pages/query/DataTable.tsx index 550267088e..27c071467d 100644 --- a/web/ui/mantine-ui/src/pages/query/DataTable.tsx +++ b/web/ui/mantine-ui/src/pages/query/DataTable.tsx @@ -113,7 +113,7 @@ const DataTable: FC = ({ expr, evalTime, retriggerIdx }) => { }} styles={{ loader: { width: "100%", height: "100%" } }} /> - +
{resultType === "vector" ? ( limitSeries(result).map((s, idx) => (