From 34c8976af6c962409efaadcc7cf7c7410249ca32 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:36:00 +0530 Subject: [PATCH] [ACS-6211] Resolved UI alignment issue in create rule dialog (#3505) * [ACS-6211] Resolved UI alignment issue in create rule dialog * [ACS-6211] Changed appearance of mat-select form field to standard to match with other action form fields * [ACS-6211] Fixed unit tests * [ACS-6138] Updating ADW Styling after ACA changes for angular material - Expansion panel items * [ACS-6211] Fixed failing E2E --- .../actions/rule-action.ui-component.html | 5 +++-- .../actions/rule-action.ui-component.scss | 2 +- .../actions/rule-action.ui-component.spec.ts | 13 ++++++------- .../actions/rule-action.ui-component.ts | 12 +++++------- .../components/actions-dropdown.component.ts | 2 +- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.html b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.html index 32119eb02b..1659e66f3b 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.html @@ -1,6 +1,6 @@