Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: add a fixed size for captcha to avoid size change after load (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Jun 24, 2022
1 parent 0c88e6e commit 8fcf321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/styles/components/actions-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

.faucetCaptcha {
@apply mt-4 mx-6 flex items-center justify-center;
@apply mt-4 mx-6 flex h-[80px] items-center justify-center;
}
.faucetCaptcha--widget.is-hidden {
@apply absolute top-0 left-0 hidden h-0 w-0 overflow-hidden;
Expand Down

0 comments on commit 8fcf321

Please sign in to comment.