From eed6c2e56e32edc4e510a53c78bba9ba3da67bcb Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Mon, 20 May 2024 21:01:30 +0300 Subject: [PATCH] RED-8342 - Component Editor not showing all values for a multi-value-component --- ...component-management-dialog.component.html | 57 ++++++++++--------- ...component-management-dialog.component.scss | 5 ++ libs/common-ui | 2 +- 3 files changed, 36 insertions(+), 28 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.html index fd8552a97..7c9485708 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.html @@ -12,33 +12,36 @@
{{ entry.name }}
- - - - - + + + + + + +
{{ entry.componentValues[0].valueDescription }}
diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.scss b/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.scss index c75e9dc4a..faa5f961e 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/structured-component-management-dialog/structured-component-management-dialog.component.scss @@ -59,3 +59,8 @@ ul { .ml-auto { margin-left: auto; } + +.not-editable { + margin-top: 8px; + margin-bottom: 8px; +} diff --git a/libs/common-ui b/libs/common-ui index 54312abb6..962458fbf 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 54312abb6cc020e6ed213daafdaa2748ab390dec +Subproject commit 962458fbf9095893474b7ab509d0ebf4136f64c5