Merge pull request #13184 from overleaf/jpa-spacing-email-confirmation

[web] ensure spacing between email confirmation message and button

GitOrigin-RevId: 09bd10f79620374b73a4cf5cb5c91c14f00118ed
This commit is contained in:
Jakob Ackermann 2023-06-06 13:10:01 +01:00 committed by Copybot
parent a0e8958a9c
commit 8546bbc814

View file

@ -77,7 +77,7 @@ function ConfirmEmailNotification({ userEmail }: { userEmail: UserEmailData }) {
<>
{t('please_confirm_email', {
emailAddress: userEmail.email,
})}
})}{' '}
<Button
bsStyle="link"
className="btn-inline-link"