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 {
|
||||
mat-spinner {
|
||||
display: flex;
|
||||
max-height: 100%;
|
||||
place-content: center;
|
||||
align-items: center;
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user