File tree 1 file changed +8
-0
lines changed
ui/pages/bridge/transaction-details
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ import {
39
39
AlignItems ,
40
40
Display ,
41
41
FlexDirection ,
42
+ FlexWrap ,
43
+ JustifyContent ,
42
44
TextColor ,
43
45
TextTransform ,
44
46
} from '../../../helpers/constants/design-system' ;
@@ -364,6 +366,8 @@ const CrossChainSwapTxDetails = () => {
364
366
display = { Display . Flex }
365
367
gap = { 1 }
366
368
alignItems = { AlignItems . center }
369
+ flexWrap = { FlexWrap . Wrap }
370
+ justifyContent = { JustifyContent . flexEnd }
367
371
>
368
372
{ srcNetworkIconName }
369
373
< Icon name = { IconName . Arrow2Right } size = { IconSize . Sm } />
@@ -395,6 +399,8 @@ const CrossChainSwapTxDetails = () => {
395
399
display = { Display . Flex }
396
400
gap = { 1 }
397
401
alignItems = { AlignItems . center }
402
+ flexWrap = { FlexWrap . Wrap }
403
+ justifyContent = { JustifyContent . flexEnd }
398
404
>
399
405
{ t ( 'bridgeTxDetailsTokenAmountOnChain' , [
400
406
bridgeAmountSent ,
@@ -411,6 +417,8 @@ const CrossChainSwapTxDetails = () => {
411
417
display = { Display . Flex }
412
418
gap = { 1 }
413
419
alignItems = { AlignItems . center }
420
+ flexWrap = { FlexWrap . Wrap }
421
+ justifyContent = { JustifyContent . flexEnd }
414
422
>
415
423
{ t ( 'bridgeTxDetailsTokenAmountOnChain' , [
416
424
bridgeAmountReceived ,
You can’t perform that action at this time.
0 commit comments