mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -18,6 +18,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-icon {
|
||||||
|
overflow: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
[dir='rtl'] .mat-icon {
|
[dir='rtl'] .mat-icon {
|
||||||
transform: scale(-1, 1);
|
transform: scale(-1, 1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user