From ef70e7363fcca220a9c5a0f7ee47b167e2b4e0ec Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Mon, 12 Jun 2023 09:41:05 +0200 Subject: [PATCH] Fix responsiveness issue for long questions FOR-760 (#358) --- apps/web/app/s/[surveyId]/LinkSurvey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/s/[surveyId]/LinkSurvey.tsx b/apps/web/app/s/[surveyId]/LinkSurvey.tsx index a32a8340d2..b3444f2798 100644 --- a/apps/web/app/s/[surveyId]/LinkSurvey.tsx +++ b/apps/web/app/s/[surveyId]/LinkSurvey.tsx @@ -203,7 +203,7 @@ export default function LinkSurvey({ survey }: LinkSurveyProps) { loadingElement && "animate-pulse opacity-60", "flex h-full flex-1 items-center overflow-y-auto bg-white" )}> - + {isPreview && (