Commit fb3e2135 authored by tom's avatar tom

fix tests

parent 9ea3658e
......@@ -30,6 +30,7 @@ const NFTItem = ({ token, token_id: tokenId }: Props) => {
mb="18px"
url={ null }
fallbackPadding="30px"
cursor="pointer"
/>
{ tokenId && (
<Flex mb={ 2 } ml={ 1 }>
......
......@@ -21,7 +21,7 @@ const PageTitle = ({ text, additionalsLeft, additionalsRight, withTextAd, backLi
as="h1"
size="lg"
flex="none"
wordBreak="break-all"
wordBreak="break-word"
>
{ text }
</Heading>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment