Increase VM widget size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-05-07 22:06:02 +02:00
parent 50dbdafebf
commit 576a39fb52

View File

@ -98,7 +98,7 @@ function VMWidget(p: { vm: VMInfo }): React.ReactElement {
style={{
width: "400px",
maxWidth: "49%",
height: "350px",
height: "400px",
margin: "10px",
display: "flex",
flexDirection: "column",