From a77ab38ab5af6c1a5f8eb8ed26783459c95f06fb Mon Sep 17 00:00:00 2001 From: Robert Duda Date: Thu, 1 Sep 2022 11:23:24 +0200 Subject: [PATCH] [AAE-10512] Several icons cut off due to a fix introduced in Angular 14 (#2612) * [AAE-10512] Several icons cut off due to a fix introduced in Angular 14 * Moved added style to higher hierarchy file --- app/src/app/ui/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/app/ui/application.scss b/app/src/app/ui/application.scss index 4cd90ea67..971b1e88f 100644 --- a/app/src/app/ui/application.scss +++ b/app/src/app/ui/application.scss @@ -18,6 +18,10 @@ body { } } +.mat-icon { + overflow: unset !important; +} + [dir='rtl'] .mat-icon { transform: scale(-1, 1); }