From 56b8dd3c83c9a3f12a44f8fbfe949ce79903c73d Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:34:10 +0100 Subject: [PATCH] [ACS-9449][ACA] ng18 - Arrow in the profile button dialog is displaced (#4477) --- projects/aca-content/src/lib/ui/theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 424d746c3..45fbfb057 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -348,3 +348,10 @@ adf-dynamic-component { #{ms.$mat-form-field-infix} { min-height: unset; } + +#{$mat-mdc-submenu-icon} { + position: absolute; + top: 50%; + right: 6px; + transform: translateY(-50%); +}