Skip to content

Commit

Permalink
chore: style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Dec 17, 2024
1 parent b769072 commit 3991ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const CONFIRM_METADATA = {};
</footer>
<ng-template #load_state>
<div
class="flex items-center justify-center flex-col p-4 space-y-4 h-32 w-64"
class="flex items-center justify-center flex-col p-4 space-y-4 min-w-[24rem] max-w-[28rem]"
>
<mat-spinner diameter="32"></mat-spinner>
<p>{{ loading }}</p>
Expand Down

0 comments on commit 3991ce3

Please sign in to comment.