From f3245d092bd52a53c07d39721632c56e4da14353 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 22 Oct 2025 18:49:41 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 0e0cc11..b7f59f2 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -632,8 +632,9 @@ export function VirtualMachines() { margin: 0.5rem 0; } - /* Ensure tables are styled correctly and centered */ + /* Override inline width and center the table */ table { + width: auto !important; margin: 0 auto; }