Skip to content

Commit eeef3d8

Browse files
committed
update snapshot
1 parent dd74c50 commit eeef3d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ui/components/multichain/address-list-item/__snapshots__/address-list-item.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ exports[`AddressListItem renders the address and label 1`] = `
5353
style="overflow: hidden;"
5454
>
5555
<p
56-
class="mm-box mm-text address-list-item__label mm-text--body-md-medium mm-text--text-align-left mm-box--padding-0 mm-box--width-full mm-box--color-text-default"
56+
class="mm-box mm-text address-list-item__label mm-text--body-md-medium mm-text--ellipsis mm-text--text-align-left mm-box--padding-0 mm-box--width-full mm-box--color-text-default"
5757
data-testid="address-list-item-label"
58-
style="overflow: hidden; text-overflow: ellipsis;"
58+
style="overflow: hidden;"
5959
>
6060
metamask.eth
6161
</p>
@@ -134,9 +134,9 @@ exports[`AddressListItem uses a confusable when it should 1`] = `
134134
style="overflow: hidden;"
135135
>
136136
<p
137-
class="mm-box mm-text address-list-item__label mm-text--body-md-medium mm-text--text-align-left mm-box--padding-0 mm-box--width-full mm-box--color-text-default"
137+
class="mm-box mm-text address-list-item__label mm-text--body-md-medium mm-text--ellipsis mm-text--text-align-left mm-box--padding-0 mm-box--width-full mm-box--color-text-default"
138138
data-testid="address-list-item-label"
139-
style="overflow: hidden; text-overflow: ellipsis;"
139+
style="overflow: hidden;"
140140
>
141141
<span
142142
class=""

0 commit comments

Comments
 (0)