Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 791a6d6

Browse files
committed
fix(client): remove padding on recaptcha legal links
1 parent 42f0b89 commit 791a6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/components/recaptcha.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const RecaptchaLegalNotice = withStyles({
6161
textAlign: 'center'
6262
},
6363
link: {
64-
display: 'inline'
64+
display: 'inline',
65+
padding: '0'
6566
}
6667
}, ({ classes }) => (
6768
<div class={classes.root}>

0 commit comments

Comments
 (0)