Smaller font size for data table

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14448/head
Julius Volz 9 months ago
parent 124f36e670
commit 074b4eb36e

@ -113,7 +113,7 @@ const DataTable: FC<TableProps> = ({ expr, evalTime, retriggerIdx }) => {
}} }}
styles={{ loader: { width: "100%", height: "100%" } }} styles={{ loader: { width: "100%", height: "100%" } }}
/> />
<Table highlightOnHover> <Table highlightOnHover fz="xs">
<Table.Tbody> <Table.Tbody>
{resultType === "vector" ? ( {resultType === "vector" ? (
limitSeries<InstantSample>(result).map((s, idx) => ( limitSeries<InstantSample>(result).map((s, idx) => (

Loading…
Cancel
Save