Skip to content

Commit

Permalink
[fix] Cardにwidthを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
TkymHrt committed Nov 16, 2024
1 parent da6cf71 commit d1d5a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const UserPage = () => {
similarityPoint={userStatus?.similarityPoint || 0}
/>
</button>
<Card className="flex flex-col items-center border-none p-8">
<Card className="w-[21rem] flex flex-col items-center border-none p-8">
<h2 className="text-2xl font-bold mb-4">過去のチャレンジ</h2>
<div className="w-full overflow-y-auto">
{myScore.length === 0 ? (
Expand Down

0 comments on commit d1d5a9b

Please sign in to comment.