[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 {
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;
}
}