fix: justify content on blacklist
This commit is contained in:
parent
ab05e3a4a0
commit
9896b44178
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ const Blacklist = () => {
|
||||||
<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