[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
This commit is contained in:
Robert Duda
2022-09-01 11:23:24 +02:00
committed by GitHub
parent a29c68339c
commit a77ab38ab5

View File

@@ -18,6 +18,10 @@ body {
}
}
.mat-icon {
overflow: unset !important;
}
[dir='rtl'] .mat-icon {
transform: scale(-1, 1);
}