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' ;
@@ -367,6 +369,8 @@ const CrossChainSwapTxDetails = () => {
367
369
display = { Display . Flex }
368
370
gap = { 1 }
369
371
alignItems = { AlignItems . center }
372
+ flexWrap = { FlexWrap . Wrap }
373
+ justifyContent = { JustifyContent . flexEnd }
370
374
>
371
375
{ srcNetworkIconName }
372
376
< Icon name = { IconName . Arrow2Right } size = { IconSize . Sm } />
@@ -398,6 +402,8 @@ const CrossChainSwapTxDetails = () => {
398
402
display = { Display . Flex }
399
403
gap = { 1 }
400
404
alignItems = { AlignItems . center }
405
+ flexWrap = { FlexWrap . Wrap }
406
+ justifyContent = { JustifyContent . flexEnd }
401
407
>
402
408
{ t ( 'bridgeTxDetailsTokenAmountOnChain' , [
403
409
bridgeAmountSent ,
@@ -414,6 +420,8 @@ const CrossChainSwapTxDetails = () => {
414
420
display = { Display . Flex }
415
421
gap = { 1 }
416
422
alignItems = { AlignItems . center }
423
+ flexWrap = { FlexWrap . Wrap }
424
+ justifyContent = { JustifyContent . flexEnd }
417
425
>
418
426
{ t ( 'bridgeTxDetailsTokenAmountOnChain' , [
419
427
bridgeAmountReceived ,
You can’t perform that action at this time.
0 commit comments