Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11500 from NejcZdovc/hotfix/#11489-buttons
Browse files Browse the repository at this point in the history
Fixes button alignment in the wizard
  • Loading branch information
bsclifton committed Oct 13, 2017
1 parent 4403ea4 commit 9a52bbb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class AddFundsDialogFooter extends React.Component {
/>
</div>
</div>
<div>
<div className={css(styles.footer__wrapper)}>
{
this.showBackButton
? <BrowserButton l10nId='backWithArrow'
Expand Down Expand Up @@ -173,6 +173,10 @@ const styles = StyleSheet.create({
fontSize: 'small',
fontStyle: 'italic',
margin: '0 10px'
},

footer__wrapper: {
display: 'flex'
}
})

Expand Down

0 comments on commit 9a52bbb

Please sign in to comment.