From 576a39fb52806418ae7c31ec81df45dd9bfae89e Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 7 May 2024 22:06:02 +0200 Subject: [PATCH] Increase VM widget size --- remote_frontend/src/widgets/VirtualMachinesWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_frontend/src/widgets/VirtualMachinesWidget.tsx b/remote_frontend/src/widgets/VirtualMachinesWidget.tsx index 6ea4743..5678ed7 100644 --- a/remote_frontend/src/widgets/VirtualMachinesWidget.tsx +++ b/remote_frontend/src/widgets/VirtualMachinesWidget.tsx @@ -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",