style(editor): widen completion popup to avoid horizontal scroll

This commit is contained in:
Julien Calixte
2026-06-19 10:39:55 +02:00
parent 3d7175006e
commit abce8b65cd

View File

@@ -265,8 +265,8 @@ function syncScroll() {
margin: 0;
padding: 0.25rem;
list-style: none;
min-width: 13rem;
max-width: 22rem;
min-width: 16rem;
max-width: 30rem;
max-height: 14rem;
overflow-y: auto;
background: var(--color-base-100);