[AAE-14376] Spinner is not aligned after opening task details (#8591)

This commit is contained in:
Ketevani Kvirikashvili 2023-05-25 11:43:27 +01:00 committed by GitHub
parent 6e7ca50406
commit 507c6498a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }
} }