Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
d3a2e14d
Unverified
Commit
d3a2e14d
authored
Nov 01, 2022
by
lynn
Committed by
GitHub
Nov 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: stop nft id tag from getting cut off (#5049)
* init * respond to comments * fix
parent
619c0a0f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
25 deletions
+24
-25
Activity.css.ts
src/nft/components/collection/Activity.css.ts
+0
-3
ActivityCells.tsx
src/nft/components/collection/ActivityCells.tsx
+24
-22
No files found.
src/nft/components/collection/Activity.css.ts
View file @
d3a2e14d
...
@@ -74,9 +74,6 @@ export const detailsName = style([
...
@@ -74,9 +74,6 @@ export const detailsName = style([
whiteSpace
:
'
nowrap
'
,
whiteSpace
:
'
nowrap
'
,
textOverflow
:
'
ellipsis
'
,
textOverflow
:
'
ellipsis
'
,
}),
}),
{
lineHeight
:
'
24px
'
,
},
])
])
export
const
eventDetail
=
style
([
export
const
eventDetail
=
style
([
...
...
src/nft/components/collection/ActivityCells.tsx
View file @
d3a2e14d
...
@@ -259,6 +259,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
...
@@ -259,6 +259,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
const
rarityProviderLogo
=
getRarityProviderLogo
(
rarity
.
source
)
const
rarityProviderLogo
=
getRarityProviderLogo
(
rarity
.
source
)
return
(
return
(
<
Box
>
<
MouseoverTooltip
<
MouseoverTooltip
text=
{
text=
{
<
Row
>
<
Row
>
...
@@ -284,6 +285,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
...
@@ -284,6 +285,7 @@ const Ranking = ({ rarity, collectionName, rarityVerified }: RankingProps) => {
</
Box
>
</
Box
>
</
Box
>
</
Box
>
</
MouseoverTooltip
>
</
MouseoverTooltip
>
</
Box
>
)
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment