From 051e9ee4ac29ccf222cb02e63f8c8ac1a5f02a9e Mon Sep 17 00:00:00 2001 From: Tamara Date: Thu, 15 Feb 2024 04:20:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/ViewPublicationPage/ContactForm.tsx | 2 ++ lib/components/ViewPublicationPage/questions/Date.tsx | 2 +- lib/components/ViewPublicationPage/questions/Emoji.tsx | 2 +- lib/components/ViewPublicationPage/questions/File.tsx | 2 +- lib/components/ViewPublicationPage/questions/Images.tsx | 2 +- lib/components/ViewPublicationPage/questions/Number.tsx | 2 +- lib/components/ViewPublicationPage/questions/Page.tsx | 4 ++-- lib/components/ViewPublicationPage/questions/Rating.tsx | 2 +- lib/components/ViewPublicationPage/questions/Select.tsx | 2 +- lib/components/ViewPublicationPage/questions/Text.tsx | 2 +- lib/components/ViewPublicationPage/questions/Variant.tsx | 2 +- lib/components/ViewPublicationPage/questions/Varimg.tsx | 2 +- lib/components/ViewPublicationPage/tools/Select.tsx | 3 ++- src/App.tsx | 4 ++-- 14 files changed, 18 insertions(+), 15 deletions(-) diff --git a/lib/components/ViewPublicationPage/ContactForm.tsx b/lib/components/ViewPublicationPage/ContactForm.tsx index 8ff8916..37ad04a 100644 --- a/lib/components/ViewPublicationPage/ContactForm.tsx +++ b/lib/components/ViewPublicationPage/ContactForm.tsx @@ -180,6 +180,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => { m: "20px 0", fontSize: "28px", color: theme.palette.text.primary, + wordBreak: "break-word" }} > {settings.cfg.formContact.title || @@ -192,6 +193,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => { textAlign: "center", m: "20px 0", fontSize: "18px", + wordBreak: "break-word" }} > {settings.cfg.formContact.desc} diff --git a/lib/components/ViewPublicationPage/questions/Date.tsx b/lib/components/ViewPublicationPage/questions/Date.tsx index d3bb1aa..857c59f 100644 --- a/lib/components/ViewPublicationPage/questions/Date.tsx +++ b/lib/components/ViewPublicationPage/questions/Date.tsx @@ -27,7 +27,7 @@ export const Date = ({ currentQuestion }: DateProps) => { return ( - + {currentQuestion.title} { return ( - {currentQuestion.title} + {currentQuestion.title} { return ( <> - {currentQuestion.title} + {currentQuestion.title} { return ( - {currentQuestion.title} + {currentQuestion.title} { return ( - + {currentQuestion.title} { return ( - {currentQuestion.title} - {currentQuestion.content.text} + {currentQuestion.title} + {currentQuestion.content.text} { return ( - {currentQuestion.title} + {currentQuestion.title} { return ( - {currentQuestion.title} + {currentQuestion.title} { }, 400); return ( - {currentQuestion.title} + {currentQuestion.title} { return ( - {currentQuestion.title} + {currentQuestion.title} { return ( - {currentQuestion.title} + {currentQuestion.title} {item} diff --git a/src/App.tsx b/src/App.tsx index 7338696..c1c6d7e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,8 +8,8 @@ import useSWR from "swr"; import QuizAnswerer from "../lib/components/QuizAnswerer"; import { ApologyPage } from "../lib/components/ViewPublicationPage/ApologyPage"; -const defaultQuizId = "0c568ac9-d176-491b-b6cd-5afd31254951"; // branching -//const defaultQuizId = "9ed8d0e9-d355-4fc1-8b89-4f962e3efc52"; //looooong header +//const defaultQuizId = "0c568ac9-d176-491b-b6cd-5afd31254951"; // branching +const defaultQuizId = "d7c940fe-1e44-41a0-bbac-5f304c51a1e4"; //looooong header // const defaultQuizId = "ad7f5a87-b833-4f5b-854e-453706ed655c"; // linear export default function App() {