fix: justify content property
This commit is contained in:
parent
5add544ad7
commit
ab05e3a4a0
2 changed files with 3 additions and 3 deletions
|
|
@ -257,12 +257,12 @@ const CashCassettes = () => {
|
||||||
iconClassName={classes.listViewButton}
|
iconClassName={classes.listViewButton}
|
||||||
className={classes.tableWidth}>
|
className={classes.tableWidth}>
|
||||||
{!showHistory && (
|
{!showHistory && (
|
||||||
<Box alignItems="center" justifyContent="end">
|
<Box alignItems="center" justifyContent="flex-end">
|
||||||
<Label1 className={classes.cashboxReset}>Cashbox reset</Label1>
|
<Label1 className={classes.cashboxReset}>Cashbox reset</Label1>
|
||||||
<Box
|
<Box
|
||||||
display="flex"
|
display="flex"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
justifyContent="end"
|
justifyContent="flex-end"
|
||||||
mr="-4px">
|
mr="-4px">
|
||||||
{cashboxReset && (
|
{cashboxReset && (
|
||||||
<P className={classes.selection}>
|
<P className={classes.selection}>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ const Triggers = () => {
|
||||||
<Box
|
<Box
|
||||||
display="flex"
|
display="flex"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
justifyContent="end"
|
justifyContent="flex-end"
|
||||||
mr="-5px">
|
mr="-5px">
|
||||||
<P>Reject reused addresses</P>
|
<P>Reject reused addresses</P>
|
||||||
<Switch
|
<Switch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue