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);