fix: small css correction on pending txs

This commit is contained in:
Rafael Taranto 2025-04-11 09:17:07 +01:00
parent 20cf4dadce
commit 3805e989c5

View file

@ -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',