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%); +}