diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html
index 550f7cde49..93453521c2 100644
--- a/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.html
@@ -19,7 +19,7 @@
[formGroup]="multipleInputFormGroup"
tb-toast toastTarget="{{ toastTargetId }}"
(ngSubmit)="saveForm()" novalidate autocomplete="off">
-
+
-
-
-
-
+
+
+
+
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss
index 37e8d5ad8b..f99671bed5 100644
--- a/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/multiple-input-widget.component.scss
@@ -17,8 +17,15 @@
.tb-multiple-input {
height: 100%;
- overflow-x: hidden;
- overflow-y: auto;
+ display: flex;
+ flex-direction: column;
+
+ .tb-multiple-input-container {
+ padding: 0 8px;
+ flex: 1 1 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+ }
.fields-group {
padding: 0 8px;