From 6e9cdd82eae8e6dd423c30fcb7348541076e9b20 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 15 Apr 2026 08:43:47 -0400 Subject: [PATCH] Pivot: widen detail pane from w-80 to w-96 Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/Pivot.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index a147263..7d2c98f 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -401,7 +401,7 @@ export default function Pivot({ source }) { {inspectedRows && clickDetail && ( -
+
{inspectedRows.length} row{inspectedRows.length !== 1 ? 's' : ''}