mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-14376] Spinner is not aligned after opening task details (#8591)
This commit is contained in:
+8
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user