Skip to content

Commit

Permalink
Better width solution
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 10, 2024
1 parent d2b751c commit 05e9be9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ function LoadingRow() {
<TableCell align="center">
<Skeleton
variant="rounded"
className="rounded-full px-5 py-2 w-16 block mx-auto"
className="rounded-full px-5 py-2 min-w-16 block mx-auto"
>
<Typography className="text-base w-6">A+</Typography>
<Typography className="text-base">A+</Typography>
</Skeleton>
</TableCell>
<TableCell align="center">
Expand Down

0 comments on commit 05e9be9

Please sign in to comment.