fix: small css correction on pending txs
This commit is contained in:
parent
20cf4dadce
commit
3805e989c5
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ const mainStyles = {
|
||||||
titleWrapper,
|
titleWrapper,
|
||||||
titleAndButtonsContainer,
|
titleAndButtonsContainer,
|
||||||
buttonsWrapper,
|
buttonsWrapper,
|
||||||
|
pendingBox: {
|
||||||
|
display: 'flex',
|
||||||
|
alignItems: 'center',
|
||||||
|
},
|
||||||
headerLabels: {
|
headerLabels: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue