fix: justify content property

This commit is contained in:
José Oliveira 2021-08-18 23:22:02 +01:00 committed by Josh Harvey
parent 5add544ad7
commit ab05e3a4a0
2 changed files with 3 additions and 3 deletions

View file

@ -257,12 +257,12 @@ const CashCassettes = () => {
iconClassName={classes.listViewButton}
className={classes.tableWidth}>
{!showHistory && (
<Box alignItems="center" justifyContent="end">
<Box alignItems="center" justifyContent="flex-end">
<Label1 className={classes.cashboxReset}>Cashbox reset</Label1>
<Box
display="flex"
alignItems="center"
justifyContent="end"
justifyContent="flex-end"
mr="-4px">
{cashboxReset && (
<P className={classes.selection}>

View file

@ -92,7 +92,7 @@ const Triggers = () => {
<Box
display="flex"
alignItems="center"
justifyContent="end"
justifyContent="flex-end"
mr="-5px">
<P>Reject reused addresses</P>
<Switch