From f00e1d455884f221af6d2f5773b6aa05aa5ff3aa Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 5 May 2026 12:40:53 +0300 Subject: [PATCH] fix(widget-select): drop xs select fallback on top-level mode toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Installed / IoT Hub toggle now carries icon templates that don't collapse cleanly into a mat-select on xs viewports — keep the toggle buttons at every breakpoint instead. --- .../dashboard-page/dashboard-widget-select.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.html index 8918a2f8c5..7d2ea9cdb5 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.html +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.html @@ -22,7 +22,6 @@