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