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}
|
||||
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}>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ const Triggers = () => {
|
|||
<Box
|
||||
display="flex"
|
||||
alignItems="center"
|
||||
justifyContent="end"
|
||||
justifyContent="flex-end"
|
||||
mr="-5px">
|
||||
<P>Reject reused addresses</P>
|
||||
<Switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue