From 31293ebc4487bbb595a0f6289fdf01f54dc1b1a0 Mon Sep 17 00:00:00 2001 From: dekzter Date: Sat, 24 May 2025 07:17:46 -0400 Subject: [PATCH] wrap and tooltip for parameters --- .../components/tables/StreamProfilesTable.jsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/tables/StreamProfilesTable.jsx b/frontend/src/components/tables/StreamProfilesTable.jsx index aed7a36b..9913eaa1 100644 --- a/frontend/src/components/tables/StreamProfilesTable.jsx +++ b/frontend/src/components/tables/StreamProfilesTable.jsx @@ -99,15 +99,17 @@ const StreamProfiles = () => { accessorKey: 'parameters', // size: 200, cell: ({ cell }) => ( -
- {cell.getValue()} -
+ +
+ {cell.getValue()} +
+
), }, {