diff --git a/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html b/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html
index 46c87fe535..52d5e3a9d5 100644
--- a/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html
+++ b/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html
@@ -38,8 +38,8 @@
diff --git a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html
index 91e8474128..d862a988ef 100644
--- a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html
+++ b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html
@@ -23,13 +23,13 @@
- {{ 'import.column-example' | translate }}
+ {{ 'import.column-example' | translate }}
{{column.sampleData}}
- {{ 'import.column-type.column-type' | translate }}
+ {{ 'import.column-type.column-type' | translate }}
diff --git a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss
index ce0b1f1919..b0a80ae965 100644
--- a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss
+++ b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss
@@ -19,8 +19,10 @@
}
.mat-column-sampleData {
flex: 0 0 120px;
+ min-width: 120px;
}
.mat-column-type {
flex: 0 0 120px;
+ min-width: 120px;
}
}