Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 18, 2024
1 parent 5ecc83e commit 6fec689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ const LeaderBoard = () => {
style={{
justifyContent: 'center',
width: '100%',
paddingRight: '8px',
textTransform: 'uppercase'
}}
>
Expand Down
6 changes: 6 additions & 0 deletions src/modules/Whitelist/leaderBoard/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ table {
&:nth-child(2) {
width: 220px !important;
}
&:nth-child(3) {
min-width: 100px !important;
}
}
}
}
Expand All @@ -117,6 +120,9 @@ table {
&:nth-child(2) {
width: 220px !important;
}
&:nth-child(3) {
min-width: 100px !important;
}
}
}
}
Expand Down

0 comments on commit 6fec689

Please sign in to comment.