diff --git a/frontend/src/components/TreeView.vue b/frontend/src/components/TreeView.vue index 0a78484..bb7595b 100644 --- a/frontend/src/components/TreeView.vue +++ b/frontend/src/components/TreeView.vue @@ -8,7 +8,7 @@ -
+
@@ -64,9 +64,6 @@ .tree-view-content { flex: 1 1 auto; min-width: 0; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; } diff --git a/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue b/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue index cb0d3c3..d3eb6ba 100644 --- a/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue +++ b/frontend/src/components/workflow/workflows/BulkItemImportWorkflow.vue @@ -13,45 +13,40 @@
-
+ +
+ +
Upload Your Data File
+

+ Drag and drop your CSV or Excel file here, or click to browse +

- -
Upload Your Data File
-

- Drag and drop your CSV or Excel file here, or click to browse -

+ - +
+ + +
-
- - +
+ + Supported formats: CSV (.csv), Excel (.xlsx, .xls) + +
- -
- - Supported formats: CSV (.csv), Excel (.xlsx, .xls) - -
-
+
@@ -264,6 +259,7 @@