From 201b00c8f54c2525d0c3d3a118cb56b0f1353cf0 Mon Sep 17 00:00:00 2001 From: fs Date: Mon, 6 Apr 2026 00:32:05 +0200 Subject: [PATCH] fix(helpdesk): stack search above period selector vertically Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/web/css/helpdesk.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css index f371059..482fe42 100644 --- a/modules/helpdesk/web/css/helpdesk.css +++ b/modules/helpdesk/web/css/helpdesk.css @@ -523,15 +523,14 @@ /* --- Risk Radar --- */ .helpdesk-risk-radar-toolbar { display: flex; - align-items: center; - gap: calc(var(--app-spacing) * 0.75); - flex-wrap: wrap; + flex-direction: column; + align-items: flex-start; + gap: calc(var(--app-spacing) * 0.5); margin-bottom: calc(var(--app-spacing) * 0.75); } .helpdesk-risk-radar-search { - flex: 1; - min-width: 12rem; + width: 100%; max-width: 20rem; }