fix: stop nft id tag from getting cut off (#5049)
* init * respond to comments * fix
This commit is contained in:
parent
619c0a0f46
commit
d3a2e14d4d
@ -74,9 +74,6 @@ export const detailsName = style([
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
}),
|
||||
{
|
||||
lineHeight: '24px',
|
||||
},
|
||||
])
|
||||
|
||||
export const eventDetail = style([
|
||||
|
@ -259,6 +259,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
|
||||
const rarityProviderLogo = getRarityProviderLogo(rarity.source)
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<MouseoverTooltip
|
||||
text={
|
||||
<Row>
|
||||
@ -284,6 +285,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
|
||||
</Box>
|
||||
</Box>
|
||||
</MouseoverTooltip>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user