mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
UX: Fix Display Property in NFTs (#20066)
This commit is contained in:
parent
e75535ddfb
commit
be469db9a0
@ -50,7 +50,7 @@ exports[`NFT Details should match minimal props and state snapshot 1`] = `
|
||||
data-testid="nft-item"
|
||||
>
|
||||
<div
|
||||
class="mm-box mm-badge-wrapper nft-item__badge-wrapper"
|
||||
class="mm-box mm-badge-wrapper nft-item__badge-wrapper mm-box--display-block"
|
||||
>
|
||||
<img
|
||||
alt="MUNK #1 1"
|
||||
|
@ -41,7 +41,7 @@ export const NftItem = ({
|
||||
})}
|
||||
anchorElementShape={BadgeWrapperAnchorElementShape.circular}
|
||||
positionObj={{ top: -4, right: -4 }}
|
||||
display={Display.BLOCK}
|
||||
display={Display.Block}
|
||||
badge={
|
||||
<AvatarNetwork
|
||||
className="nft-item__network-badge"
|
||||
|
Loading…
Reference in New Issue
Block a user