Merge pull request #644 from betagouv/quickfix

🎨 aligne le bouton suivant sur chrome
pull/645/head
Johan Girod 2019-09-03 18:33:52 +02:00 committed by GitHub
commit d6bee9b2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export default compose(withTranslation())(
render() {
let { disabled } = this.props
return (
<span
<div
css={`
margin-left: 1rem;
.keyIcon {
@ -53,7 +53,7 @@ export default compose(withTranslation())(
<span className="keyIcon">
<Trans>Entrée</Trans>
</span>
</span>
</div>
)
}
}