🎨 aligne le bouton suivant sur chrome

pull/644/head
Johan Girod 2019-09-03 18:32:35 +02:00
parent f290baeea1
commit dfc84279b0
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
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>
)
}
}