diff --git a/modules/helpdesk/pages/helpdesk/risk-radar/index(default).phtml b/modules/helpdesk/pages/helpdesk/risk-radar/index(default).phtml
index 217e992..285d9e6 100644
--- a/modules/helpdesk/pages/helpdesk/risk-radar/index(default).phtml
+++ b/modules/helpdesk/pages/helpdesk/risk-radar/index(default).phtml
@@ -58,13 +58,13 @@ $periodLabels = [
diff --git a/modules/helpdesk/web/css/helpdesk.css b/modules/helpdesk/web/css/helpdesk.css
index 482fe42..f371059 100644
--- a/modules/helpdesk/web/css/helpdesk.css
+++ b/modules/helpdesk/web/css/helpdesk.css
@@ -523,14 +523,15 @@
/* --- Risk Radar --- */
.helpdesk-risk-radar-toolbar {
display: flex;
- flex-direction: column;
- align-items: flex-start;
- gap: calc(var(--app-spacing) * 0.5);
+ align-items: center;
+ gap: calc(var(--app-spacing) * 0.75);
+ flex-wrap: wrap;
margin-bottom: calc(var(--app-spacing) * 0.75);
}
.helpdesk-risk-radar-search {
- width: 100%;
+ flex: 1;
+ min-width: 12rem;
max-width: 20rem;
}