fix(accounts): nudge action controls right

Move the visible Action header and each row menu together six pixels toward the table edge while preserving the fixed action-column width and alignment. Add focused coverage for the shared offset.
This commit is contained in:
Sucukdeluxe
2026-08-15 02:25:14 +02:00
parent b70cab60d1
commit 48430ef045
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -724,6 +724,7 @@ describe("account workspace", () => {
expect(html).toContain('aria-label="Status Spaltenbreite ändern"');
expect(html).toMatch(/class="settings-account-column-actions" role="columnheader">Aktion<\/span>/);
expect(settingsCss).not.toMatch(/\.settings-account-column-actions\s*{[^}]*padding-right:/s);
expect(settingsCss).toMatch(/\.settings-account-column-actions\s*{[^}]*transform:\s*translateX\(6px\)/s);
});
it("offers separate checks for active accounts and every configured account", () => {