From e45f2a74d95bec7d93838b5b9b975dd30b6a7117 Mon Sep 17 00:00:00 2001 From: Juraj Majerik Date: Mon, 11 Mar 2024 17:56:58 +0100 Subject: [PATCH] fix (#1070) --- src/extensions/surveys/surveys-utils.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extensions/surveys/surveys-utils.tsx b/src/extensions/surveys/surveys-utils.tsx index 976dbf5ca..5e63a64ef 100644 --- a/src/extensions/surveys/surveys-utils.tsx +++ b/src/extensions/surveys/surveys-utils.tsx @@ -135,8 +135,7 @@ export const style = (appearance: SurveyAppearance | null) => { } .description { font-size: 13px; - margin-top: 5px; - opacity: .60; + padding-top: 5px; background: ${appearance?.backgroundColor || '#eeeded'}; } .ratings-number {