fix width in link surveys

This commit is contained in:
Matthias Nannt
2023-04-25 16:48:12 +02:00
parent 96ac6a2a6f
commit c81bfadb66

View File

@@ -113,7 +113,7 @@ export default function LinkSurvey({ survey }: LinkSurveyProps) {
loadingElement && "fb-animate-pulse fb-opacity-60",
"flex h-full flex-1 items-center overflow-y-auto bg-white"
)}>
<ContentWrapper className="max-w-lg sm:max-w-xl md:max-w-2xl lg:max-w-3xl">
<ContentWrapper className="w-full lg:max-w-3xl">
{finished ? (
<div>
<Confetti colors={[survey.brandColor, "#eee"]} />