mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +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:
parent
a29c68339c
commit
a77ab38ab5
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user