From ac5b23326c6c6e12e00db210b1f82c6a40022da0 Mon Sep 17 00:00:00 2001 From: fahed Date: Tue, 31 Mar 2026 15:28:58 +0300 Subject: [PATCH] fix: stable multi-select trigger width (no layout shift on selection) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 3be1b6b..0c8ef88 100644 --- a/src/App.css +++ b/src/App.css @@ -772,6 +772,7 @@ table tbody tr:hover { align-items: center; justify-content: space-between; width: 100%; + min-width: 160px; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px; @@ -810,7 +811,7 @@ table tbody tr:hover { position: absolute; top: calc(100% + 4px); left: 0; - min-width: 100%; + min-width: 200px; width: max-content; background: var(--surface); border: 1px solid var(--border);