feat(FN-4045): keep inline metadata controls visible on mobile row

Removed mobile-specific layout rules from TaskDetailModal that would have hidden or repositioned inline metadata controls, ensuring the row layout stays consistent across breakpoints; updated the corresponding responsive test assertions to match.

Fusion-Task-Id: FN-4045

Fusion-Task-Lineage: 089dc9df-ac82-4a74-b4bb-8c0ca00925e6
This commit is contained in:
Fusion
2026-05-11 17:26:38 -07:00
committed by gsxdsm
parent a2303c67a9
commit b92ea7121a
3 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ describe("desktop runtime package resolution", () => {
expect(core.TaskStore).toBeTypeOf("function");
expect(dashboard.createServer).toBeTypeOf("function");
});
}, 15000);
it("can instantiate LocalRuntimeManager without relying on built dist artifacts", () => {
const manager = new LocalRuntimeManager({ rootDir: process.cwd() });