mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 11:11:05 -05:00
fix width in link surveys
This commit is contained in:
@@ -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"]} />
|
||||
|
||||
Reference in New Issue
Block a user