diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 8accc7a..580d3e4 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -759,12 +759,10 @@ export function VirtualMachines() { )} - {/* Layout para móvil (44.0 GB y Allocated RAM en la misma línea, badge debajo) */} -
-
-
{totalAllocatedMemoryGB} GB
-
Allocated RAM
-
+ {/* Layout para móvil (44.0 GB solo, Allocated RAM en otra línea, badge en tercera línea) */} +
+
{totalAllocatedMemoryGB} GB
+
Allocated RAM
{physicalMemoryGB !== null && (
{isMemoryOvercommit ? (