]*class="[^"]*\bspace-y-4\b[^"]*"/);
diff --git a/frontend-modern/src/features/standalone/AgentsMachinesTable.tsx b/frontend-modern/src/features/standalone/AgentsMachinesTable.tsx
index 577fc577e..d7107f7be 100644
--- a/frontend-modern/src/features/standalone/AgentsMachinesTable.tsx
+++ b/frontend-modern/src/features/standalone/AgentsMachinesTable.tsx
@@ -758,6 +758,7 @@ const AgentMachineActionsCell: Component<{
label={`Machine actions for ${props.name}`}
tone="muted"
size="sm"
+ class="min-h-11 min-w-11 sm:min-h-0 sm:min-w-0"
aria-haspopup="menu"
aria-expanded={props.menuOpen ? 'true' : 'false'}
onClick={(event) => {
@@ -790,7 +791,7 @@ const AgentMachineActionsCell: Component<{
-