Skip to content

Commit

Permalink
contributions table style
Browse files Browse the repository at this point in the history
  • Loading branch information
eulaliee committed Oct 12, 2024
1 parent 0dbf1b0 commit c2e7813
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/pages/AutID/AutHub/AutHubContributionsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,20 @@ const TableListItem = memo((data: any) => {
"td, th": {
padding: theme.spacing(3),
"&:nth-of-type(1)": {
width: "50%"
width: "40%"
},
"&:nth-of-type(2)": {
width: "25%"
width: "20%"
},
"&:nth-of-type(3)": {
width: "25%"
}
width: "10%"
},
"&:nth-of-type(4)": {
width: "10%"
},
"&:nth-of-type(5)": {
width: "20%"
},
}
}}
>
Expand Down

0 comments on commit c2e7813

Please sign in to comment.