diff --git a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-browse.component.scss b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-browse.component.scss
index fc685f5b90..1f04befb6a 100644
--- a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-browse.component.scss
+++ b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-browse.component.scss
@@ -359,14 +359,17 @@
}
}
-// Filter chips row — Design: 32px tall, no padding, centered
.tb-iot-hub-sort-row {
- height: 32px;
+ min-height: 32px;
align-items: center;
padding: 0;
margin-top: 16px;
margin-bottom: 12px;
+ ::ng-deep .mat-mdc-chip-set .mdc-evolution-chip-set__chips {
+ row-gap: 8px;
+ }
+
.mat-mdc-chip {
margin-top: 0;
margin-bottom: 0;
diff --git a/ui-ngx/src/app/modules/home/home.component.html b/ui-ngx/src/app/modules/home/home.component.html
index 690c1f344c..991b2f1a9f 100644
--- a/ui-ngx/src/app/modules/home/home.component.html
+++ b/ui-ngx/src/app/modules/home/home.component.html
@@ -78,7 +78,7 @@