PR Feedback
This commit is contained in:
parent
637bbf5831
commit
06db50147e
|
@ -111,7 +111,6 @@
|
|||
<div
|
||||
use:styleable={$component.styles}
|
||||
class:in-builder={$builderStore.inBuilder}
|
||||
class:base-height={!customHeight}
|
||||
>
|
||||
<Provider {actions}>
|
||||
<Grid
|
||||
|
@ -149,11 +148,8 @@
|
|||
border: 1px solid var(--spectrum-global-color-gray-300);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
min-height: 120px;
|
||||
height: auto;
|
||||
}
|
||||
div.base-height {
|
||||
min-height: 410px;
|
||||
min-height: 230px;
|
||||
height: 410px;
|
||||
}
|
||||
div.in-builder :global(*) {
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in New Issue