fix: misplaced button text for 'preview survey' (#5972)

This commit is contained in:
Varun Singh
2025-06-13 17:59:41 +05:30
committed by GitHub
parent 2dfdba2acf
commit 19b80ff042

View File

@@ -141,7 +141,7 @@ export const SurveyDropDownMenu = ({
<MoreVertical className="h-4 w-4" aria-hidden="true" />
</div>
</DropdownMenuTrigger>
<DropdownMenuContent className="w-40">
<DropdownMenuContent className="inline-block w-auto min-w-max">
<DropdownMenuGroup>
{!isSurveyCreationDeletionDisabled && (
<>