File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
renderer/pages/accounts/[account-name]/transaction Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,9 @@ function SingleTransactionContent({
55
55
label : formatMessage ( messages . backToAccountOverview ) ,
56
56
} }
57
57
>
58
- < HStack mb = { 8 } gap = { 4 } >
59
- < Heading > { accountName } </ Heading >
60
- < CopyAddress
61
- address = { accountData . address }
62
- transform = "translateY(0.4em)"
63
- />
58
+ < HStack alignItems = "baseline" mb = { 8 } gap = { 4 } >
59
+ < Heading fontSize = "28px" > { accountName } </ Heading >
60
+ < CopyAddress address = { accountData . address } />
64
61
</ HStack >
65
62
< Skeleton height = { 600 } />
66
63
</ MainLayout >
@@ -94,12 +91,9 @@ function SingleTransactionContent({
94
91
label : formatMessage ( messages . backToAccountOverview ) ,
95
92
} }
96
93
>
97
- < HStack mb = { 8 } gap = { 4 } >
98
- < Heading > { accountName } </ Heading >
99
- < CopyAddress
100
- address = { accountData . address }
101
- transform = "translateY(0.4em)"
102
- />
94
+ < HStack alignItems = "baseline" mb = { 8 } gap = { 4 } >
95
+ < Heading fontSize = "28px" > { accountName } </ Heading >
96
+ < CopyAddress address = { accountData . address } />
103
97
</ HStack >
104
98
{ transactionData . chainportData &&
105
99
transactionData . transaction . type === "send" && (
You can’t perform that action at this time.
0 commit comments