Skip to content

Commit

Permalink
AAE-20791 fixed task form spinner alignment (#9369)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Feb 22, 2024
1 parent ca6b596 commit 71ef7b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ <h4>
</div>

<ng-template #loadingTemplate>
<mat-spinner></mat-spinner>
<mat-spinner class="adf-task-form-cloud-spinner"></mat-spinner>
</ng-template>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
}
}
}

&-cloud-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}

adf-cloud-task-form {
Expand Down

0 comments on commit 71ef7b9

Please sign in to comment.