Update virtual-machines.tsx

This commit is contained in:
MacRimi
2025-10-22 18:49:41 +02:00
parent a039a8600e
commit f3245d092b

View File

@@ -632,8 +632,9 @@ export function VirtualMachines() {
margin: 0.5rem 0; margin: 0.5rem 0;
} }
/* Ensure tables are styled correctly and centered */ /* Override inline width and center the table */
table { table {
width: auto !important;
margin: 0 auto; margin: 0 auto;
} }