Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Oct 12, 2023
1 parent efe14cf commit 5b8ff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/streams/components/stream-goal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function StreamGoal({ stream, ...props }: Omit<CardProps, "childr
<CardBody p="2" display="flex" gap="2" flexDirection="column">
<GoalProgress goal={goal} />
<Flex gap="2" alignItems="flex-end">
<GoalTopZappers goal={goal} overflow="hidden" />
<GoalTopZappers goal={goal} overflow="hidden" flex={1} />
<GoalZapButton goal={goal} flexShrink={0} />
</Flex>
</CardBody>
Expand Down

0 comments on commit 5b8ff3e

Please sign in to comment.