From a769b3427e0cd472d1536512b97d93d4cb547a36 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 17 Jun 2026 20:40:49 +0200 Subject: [PATCH] Keep workbench inspector on desktop layout --- frontend/src/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/app.css b/frontend/src/styles/app.css index 7f5ae88b..d759f7ba 100644 --- a/frontend/src/styles/app.css +++ b/frontend/src/styles/app.css @@ -779,7 +779,7 @@ section th { min-height: 28rem; } -@media (max-width: 1280px) { +@media (max-width: 1120px) { .workbench-layout { grid-template-columns: 12rem minmax(0, 1fr); }