mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 00:49:42 -06:00
fix: misplaced button text for 'preview survey' (#5972)
This commit is contained in:
@@ -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 && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user