don't set playground height (fixes #660)
This commit is contained in:
parent
8b25a938e1
commit
0cd5a9547f
|
@ -438,7 +438,7 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
|
||||||
);
|
);
|
||||||
|
|
||||||
const withEditor = (
|
const withEditor = (
|
||||||
<div className="flex mt-1" style={{ height }}>
|
<div className="flex mt-1">
|
||||||
<div className="w-1/2">{tabs}</div>
|
<div className="w-1/2">{tabs}</div>
|
||||||
<div className="w-1/2 p-2 pl-4">{squiggleChart}</div>
|
<div className="w-1/2 p-2 pl-4">{squiggleChart}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user