We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db63a0 commit 189f8a0Copy full SHA for 189f8a0
src/components/Badge.tsx
@@ -60,7 +60,7 @@ const Badge = ({ text, type, data }: BadgeProps) => {
60
{PopupComponent && data && (
61
<div
62
className={twMerge(
63
- "absolute top-full z-10 w-30 rounded border px-2 py-1 text-left text-xs shadow-lg",
+ "absolute top-full right-0 z-10 w-30 rounded border px-2 py-1 text-left text-xs shadow-lg",
64
typeColors[type]
65
)}
66
>
0 commit comments