diff --git a/src/pages/ViewPublicationPage/ResultForm.tsx b/src/pages/ViewPublicationPage/ResultForm.tsx index 1f4b153..d0f6f40 100644 --- a/src/pages/ViewPublicationPage/ResultForm.tsx +++ b/src/pages/ViewPublicationPage/ResultForm.tsx @@ -132,6 +132,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { mt: "15px", gap: "10px", textDecoration: "none", + mb: "5px" }} > { display: "flex", justifyContent: "center", alignItems: "center", - p: settings.cfg.resultInfo.showResultForm === "before" || + p: + ( + settings.cfg.resultInfo.showResultForm === "before" && + !Boolean(settings.cfg.score) + ) || ( settings.cfg.resultInfo.showResultForm === "after" && resultQuestion.content.redirect - ) ? "20px" : "0", + ) + ? "20px" : "0", }} > - {settings.cfg.resultInfo.showResultForm === "before" && ( + {settings.cfg.resultInfo.showResultForm === "before" && !Boolean(settings.cfg.score) && (