don't set playground height (fixes #660)

This commit is contained in:
Vyacheslav Matyukhin 2022-06-18 22:48:56 +03:00
parent 8b25a938e1
commit 0cd5a9547f
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -438,7 +438,7 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
);
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 p-2 pl-4">{squiggleChart}</div>
</div>