Skip to content

Commit 10c3d81

Browse files
committed
fix plugin height
1 parent 575c374 commit 10c3d81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Controller/Plugin/Plugin.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const Plugin: FC = () => {
3131
<div
3232
style={{
3333
width: "100%",
34-
height: "400px",
34+
maxHeight: "400px",
35+
minHeight: "100px",
3536
outline: "none",
3637
margin: "8px 0",
3738
border: "2px solid black",

0 commit comments

Comments
 (0)