style(editor): widen completion popup to avoid horizontal scroll
This commit is contained in:
@@ -265,8 +265,8 @@ function syncScroll() {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
min-width: 13rem;
|
min-width: 16rem;
|
||||||
max-width: 22rem;
|
max-width: 30rem;
|
||||||
max-height: 14rem;
|
max-height: 14rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background: var(--color-base-100);
|
background: var(--color-base-100);
|
||||||
|
|||||||
Reference in New Issue
Block a user