Increase min width of grid create/edit column popovers

This commit is contained in:
Andrew Kingston 2024-11-05 11:08:08 +00:00
parent ee4fbf0db2
commit d1bf7179d1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@
on:close={close} on:close={close}
maxHeight={null} maxHeight={null}
resizable resizable
minWidth={360}
> >
<div class="content"> <div class="content">
<slot /> <slot />
@ -80,7 +81,6 @@
} }
.content { .content {
width: 300px;
padding: 20px; padding: 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;