improve: update css
This commit is contained in:
@@ -5,6 +5,7 @@ const LayoutEditor = ({layout, onChange}) => {
|
||||
return (
|
||||
<textarea
|
||||
className="textarea"
|
||||
style={{ height: "60vh" }}
|
||||
value={_layout}
|
||||
onChange={(e) => {
|
||||
setLayout(e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user