@@ -95,10 +95,11 @@ exports[`BridgeQuoteCard should render the recommended quote 1`] = `
95
95
</div >
96
96
</div >
97
97
<div
98
- class = " mm-box mm-container mm-container--max-width-undefined mm-box--display-flex mm-box--flex-direction-row mm-box--flex-wrap-nowrap mm-box--justify-content-space-between mm-box--align-items-center"
98
+ class = " mm-box mm-container mm-container--max-width-undefined row-with-warning mm-box--display-flex mm-box--flex-direction-row mm-box--flex-wrap-nowrap mm-box--justify-content-space-between mm-box--align-items-center"
99
99
>
100
100
<p
101
101
class = " mm-box mm-text mm-text--body-md-medium mm-box--color-text-alternative-soft"
102
+ style = " white-space: nowrap;"
102
103
>
103
104
Network fees
104
105
</p >
@@ -107,10 +108,9 @@ exports[`BridgeQuoteCard should render the recommended quote 1`] = `
107
108
>
108
109
<p
109
110
class = " mm-box mm-text mm-text--body-md"
111
+ style = " white-space: nowrap; overflow: visible;"
110
112
>
111
- $2.52
112
- -
113
- $2.52
113
+ $2.52 - $2.52
114
114
</p >
115
115
<span
116
116
class = " mm-box mm-icon mm-icon--size-md mm-box--display-inline-block mm-box--color-icon-alternative-soft"
@@ -251,10 +251,11 @@ exports[`BridgeQuoteCard should render the recommended quote while loading new q
251
251
</div >
252
252
</div >
253
253
<div
254
- class = " mm-box mm-container mm-container--max-width-undefined mm-box--display-flex mm-box--flex-direction-row mm-box--flex-wrap-nowrap mm-box--justify-content-space-between mm-box--align-items-center"
254
+ class = " mm-box mm-container mm-container--max-width-undefined row-with-warning mm-box--display-flex mm-box--flex-direction-row mm-box--flex-wrap-nowrap mm-box--justify-content-space-between mm-box--align-items-center"
255
255
>
256
256
<p
257
257
class = " mm-box mm-text mm-text--body-md-medium mm-box--color-text-alternative-soft"
258
+ style = " white-space: nowrap;"
258
259
>
259
260
Network fees
260
261
</p >
@@ -263,10 +264,9 @@ exports[`BridgeQuoteCard should render the recommended quote while loading new q
263
264
>
264
265
<p
265
266
class = " mm-box mm-text mm-text--body-md"
267
+ style = " white-space: nowrap; overflow: visible;"
266
268
>
267
- $2.52
268
- -
269
- $2.52
269
+ $2.52 - $2.52
270
270
</p >
271
271
<span
272
272
class = " mm-box mm-icon mm-icon--size-md mm-box--display-inline-block mm-box--color-icon-alternative-soft"
0 commit comments