Skip to content

Commit 7eed8fb

Browse files
committed
fix: snapshots
1 parent 0a8c0a6 commit 7eed8fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ui/pages/bridge/quotes/__snapshots__/bridge-quote-card.test.tsx.snap

+8-8
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ exports[`BridgeQuoteCard should render the recommended quote 1`] = `
9595
</div>
9696
</div>
9797
<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"
9999
>
100100
<p
101101
class="mm-box mm-text mm-text--body-md-medium mm-box--color-text-alternative-soft"
102+
style="white-space: nowrap;"
102103
>
103104
Network fees
104105
</p>
@@ -107,10 +108,9 @@ exports[`BridgeQuoteCard should render the recommended quote 1`] = `
107108
>
108109
<p
109110
class="mm-box mm-text mm-text--body-md"
111+
style="white-space: nowrap; overflow: visible;"
110112
>
111-
$2.52
112-
-
113-
$2.52
113+
$2.52 - $2.52
114114
</p>
115115
<span
116116
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
251251
</div>
252252
</div>
253253
<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"
255255
>
256256
<p
257257
class="mm-box mm-text mm-text--body-md-medium mm-box--color-text-alternative-soft"
258+
style="white-space: nowrap;"
258259
>
259260
Network fees
260261
</p>
@@ -263,10 +264,9 @@ exports[`BridgeQuoteCard should render the recommended quote while loading new q
263264
>
264265
<p
265266
class="mm-box mm-text mm-text--body-md"
267+
style="white-space: nowrap; overflow: visible;"
266268
>
267-
$2.52
268-
-
269-
$2.52
269+
$2.52 - $2.52
270270
</p>
271271
<span
272272
class="mm-box mm-icon mm-icon--size-md mm-box--display-inline-block mm-box--color-icon-alternative-soft"

0 commit comments

Comments
 (0)