Replies: 1 comment
-
You can use <Card>
<Flex justify="flex-end">
<Badge>badge</Badge>
</Flex>
</Card> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Badge placed at the most right of the Card component. However, the text inside the badge may be very long, so how do I ensure that this text will auto shift to the left without overflow?
Beta Was this translation helpful? Give feedback.
All reactions