Skip to content

Commit

Permalink
misc: reset password alert should be full screen (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol authored Nov 19, 2024
1 parent 082de0f commit ed6e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/ResetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const ResetPassword = () => {
)
})
) : (
<Alert className="mb-3" type="success" data-test="success">
<Alert className="mb-3 w-full" type="success" data-test="success">
{translate('text_63246f875e2228ab7b63dd02')}
</Alert>
)}
Expand Down

0 comments on commit ed6e7de

Please sign in to comment.