fix: remove console composer overhang

This commit is contained in:
2026-08-21 17:37:37 +09:00
parent c110965911
commit 8f54fa2a00
2 changed files with 1 additions and 1 deletions
@@ -452,6 +452,7 @@ Deno.test("Worker Console removes redundant chrome and uses shared alerts", asyn
!page.includes( !page.includes(
"padding: var(--space-3) var(--space-6) var(--space-4)", "padding: var(--space-3) var(--space-6) var(--space-4)",
) && ) &&
!page.includes("margin-inline: calc(-1 * var(--space-6))") &&
page.includes('import { pushWorkspaceAlert }') && page.includes('import { pushWorkspaceAlert }') &&
page.includes('title: "Worker control"') && page.includes('title: "Worker control"') &&
page.includes('title: "Rewind targets"') && page.includes('title: "Rewind targets"') &&
@@ -1835,7 +1835,6 @@
flex: 0 0 auto; flex: 0 0 auto;
display: grid; display: grid;
gap: var(--space-3); gap: var(--space-3);
margin-inline: calc(-1 * var(--space-6));
background: var(--bg); background: var(--bg);
} }