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 3a7664d commit 253e98eCopy full SHA for 253e98e
src/components/FeedbackWidget/index.tsx
@@ -37,7 +37,7 @@ const FeedbackWidget = () => {
37
</PopoverTrigger>
38
39
<PopoverContent className="mx-2 w-80 max-w-[calc(100vw_-_1rem)] rounded bg-background p-4 sm:p-8">
40
- <div className="items-top flex gap-2">
+ <div className="flex items-start gap-2">
41
<header className="me-0 flex-1 p-0 text-xl font-bold">
42
{feedbackSubmitted
43
? t("feedback-widget-thank-you-title")
0 commit comments