Skip to content

Commit

Permalink
Remove w prop to let truncate work
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Aug 9, 2024
1 parent 35389f5 commit 9dd5531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/explore/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Bounty: FC<{
fallbackSrc="/static/default_app.webp"
/>
</Card.Section>
<Box w={400} mt="md">
<Box mt="md">
<Group mb={10}>
<Text truncate="end" fw={700} size="lg">
{bounty.name}
Expand Down

0 comments on commit 9dd5531

Please sign in to comment.