+
{"Your feedback is stuck :("}
diff --git a/packages/surveys/src/components/general/Survey.tsx b/packages/surveys/src/components/general/Survey.tsx
index 8cf01cd243..33f50ee36d 100644
--- a/packages/surveys/src/components/general/Survey.tsx
+++ b/packages/surveys/src/components/general/Survey.tsx
@@ -344,7 +344,7 @@ export const Survey = ({
getCardContent()
)}
-
+
{isBrandingEnabled &&
}
{showProgressBar &&
}
diff --git a/packages/surveys/src/components/general/SurveyInline.tsx b/packages/surveys/src/components/general/SurveyInline.tsx
index e843f2c84f..a4bf73a72b 100644
--- a/packages/surveys/src/components/general/SurveyInline.tsx
+++ b/packages/surveys/src/components/general/SurveyInline.tsx
@@ -20,7 +20,7 @@ export function SurveyInline(props: SurveyInlineProps) {
{isMobile ? (
-
diff --git a/packages/surveys/src/components/general/ThankYouCard.tsx b/packages/surveys/src/components/general/ThankYouCard.tsx
index 4043dfd82f..6b0837cd0c 100644
--- a/packages/surveys/src/components/general/ThankYouCard.tsx
+++ b/packages/surveys/src/components/general/ThankYouCard.tsx
@@ -85,7 +85,7 @@ export const ThankYouCard = ({
window.location.replace(buttonLink);
}}
/>
-
Press Enter ↵
+
Press Enter ↵
)}
diff --git a/packages/surveys/src/components/general/WelcomeCard.tsx b/packages/surveys/src/components/general/WelcomeCard.tsx
index 47ac466584..eb089d6595 100644
--- a/packages/surveys/src/components/general/WelcomeCard.tsx
+++ b/packages/surveys/src/components/general/WelcomeCard.tsx
@@ -114,37 +114,35 @@ export const WelcomeCard = ({
-
-
-
{
- onSubmit({ ["welcomeCard"]: "clicked" }, {});
- }}
- type="button"
- />
- Press Enter ↵
-
+
+
{
+ onSubmit({ ["welcomeCard"]: "clicked" }, {});
+ }}
+ type="button"
+ />
+ Press Enter ↵
{timeToFinish && !showResponseCount ? (
-
+
Takes {calculateTimeToComplete()}
) : showResponseCount && !timeToFinish && responseCount && responseCount > 3 ? (
-
+
{`${responseCount} people responded`}
) : timeToFinish && showResponseCount ? (
-
+
Takes {calculateTimeToComplete()}
diff --git a/packages/surveys/src/components/wrappers/ScrollableContainer.tsx b/packages/surveys/src/components/wrappers/ScrollableContainer.tsx
index 66b81eddd5..4a5d31471b 100644
--- a/packages/surveys/src/components/wrappers/ScrollableContainer.tsx
+++ b/packages/surveys/src/components/wrappers/ScrollableContainer.tsx
@@ -56,7 +56,7 @@ export const ScrollableContainer = ({ children }: ScrollableContainerProps) => {
ref={containerRef}
style={{
scrollbarGutter: "stable",
- maxHeight: isSurveyPreview ? "40vh" : "60vh",
+ maxHeight: isSurveyPreview ? "41vh" : "60vh",
}}
className={`overflow-${isOverflowHidden ? "hidden" : "auto"} pb-1 pl-6 pr-4`}
onMouseEnter={() => toggleOverflow(false)}