mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-14376] Spinner is not aligned after opening task details (#8591)
This commit is contained in:
parent
6e7ca50406
commit
507c6498a1
@ -25,9 +25,13 @@
|
|||||||
|
|
||||||
adf-cloud-task-form {
|
adf-cloud-task-form {
|
||||||
mat-spinner {
|
mat-spinner {
|
||||||
display: flex;
|
display: flex !important;
|
||||||
max-height: 100%;
|
justify-content: center !important;
|
||||||
place-content: center;
|
align-items: center !important;
|
||||||
align-items: center;
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user