We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575c374 commit 10c3d81Copy full SHA for 10c3d81
1 file changed
src/components/Controller/Plugin/Plugin.tsx
@@ -31,7 +31,8 @@ export const Plugin: FC = () => {
31
<div
32
style={{
33
width: "100%",
34
- height: "400px",
+ maxHeight: "400px",
35
+ minHeight: "100px",
36
outline: "none",
37
margin: "8px 0",
38
border: "2px solid black",
0 commit comments