fix: stable multi-select trigger width (no layout shift on selection)
All checks were successful
Deploy HiHala Dashboard / deploy (push) Successful in 6s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-31 15:28:58 +03:00
parent 3912b3dd41
commit ac5b23326c

View File

@@ -772,6 +772,7 @@ table tbody tr:hover {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
min-width: 160px;
padding: 12px 16px; padding: 12px 16px;
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: 8px; border-radius: 8px;
@@ -810,7 +811,7 @@ table tbody tr:hover {
position: absolute; position: absolute;
top: calc(100% + 4px); top: calc(100% + 4px);
left: 0; left: 0;
min-width: 100%; min-width: 200px;
width: max-content; width: max-content;
background: var(--surface); background: var(--surface);
border: 1px solid var(--border); border: 1px solid var(--border);