File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/app/components/Account Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,15 @@ export const ConsensusAccountDetailsView: FC<ConsensusAccountDetailsViewProps> =
6161 </ Box >
6262 </ StyledListTitleWithAvatar >
6363 < dd >
64- < ConsensusAccountLink
65- alwaysTrim = { false }
66- network = { account . network }
67- address = { account . address }
68- highlightPattern = { highlightPattern }
69- />
70- < CopyToClipboard value = { account . address } />
64+ < Box sx = { { display : 'inline-flex' , alignItems : 'center' } } >
65+ < ConsensusAccountLink
66+ alwaysTrim = { false }
67+ network = { account . network }
68+ address = { account . address }
69+ highlightPattern = { highlightPattern }
70+ />
71+ < CopyToClipboard value = { account . address } />
72+ </ Box >
7173 </ dd >
7274 < dt >
7375 < strong > { t ( 'account.totalBalance' ) } </ strong >
You can’t perform that action at this time.
0 commit comments