Add border radius to grid block

This commit is contained in:
Andrew Kingston 2023-06-15 11:19:46 +01:00
parent 328336463c
commit 6a42d76c62
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
flex-direction: column;
align-items: stretch;
border: 1px solid var(--spectrum-global-color-gray-300);
border-radius: 4px;
overflow: hidden;
}
div.in-builder :global(*) {
pointer-events: none;