Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:TrustlessComputer/bvm-website in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
271212 committed Jan 19, 2024
2 parents e9f6279 + 6585d21 commit e831473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const LeaderBoard = () => {
/>
<Flex width={'100%'} gap={'4px'} direction={'column'}>
<Text className={styles.title}>
{formatName(data?.twitter_name as string, 18)}
{formatName(data?.twitter_name as string, 12)}
</Text>
{data?.need_active && (
<Text className={styles.subTitle}>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/Whitelist/leaderBoard/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ table {
thead, tbody {
tr {
th, td{
padding-right: 16px !important;
padding-right: 20px !important;
&:nth-child(1) {
width: 60px !important;
}
&:nth-child(3) {
min-width: 100px !important;
min-width: 110px !important;
}
}
}
Expand Down

0 comments on commit e831473

Please sign in to comment.