From 438a430f297bc5f9a2af1455e95baa37e653272e Mon Sep 17 00:00:00 2001 From: Jatin_Chugh Date: Mon, 13 Mar 2023 15:08:11 +0530 Subject: [PATCH] Destination folder ids are now properly visible on View Rule Screen in Folder Rules --- cspell.json | 1 + .../lib/rule-details/actions/rule-action.ui-component.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cspell.json b/cspell.json index 59e7d65834..54837e79f9 100644 --- a/cspell.json +++ b/cspell.json @@ -62,6 +62,7 @@ "submenus", "succes", "superadmin", + "textitem", "thumbnailed", "titlecase", "tooltip", diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.scss b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.scss index 65fb675b29..b34ac6879e 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.scss +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.scss @@ -3,5 +3,9 @@ display: flex; flex-direction: row; gap: 20px; + + adf-card-view .adf-property-list .adf-property adf-card-view-item-dispatcher adf-card-view-textitem .mat-form-field .mat-form-field-infix { + width: 280px; + } } }