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; }