From 8292ccee4bcf5be4283593932d654ed7fba811d8 Mon Sep 17 00:00:00 2001 From: Nastya Date: Wed, 21 Feb 2024 14:56:44 +0300 Subject: [PATCH] -- --- lib/components/ViewPublicationPage/ResultForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ViewPublicationPage/ResultForm.tsx b/lib/components/ViewPublicationPage/ResultForm.tsx index 820b40d..8011359 100644 --- a/lib/components/ViewPublicationPage/ResultForm.tsx +++ b/lib/components/ViewPublicationPage/ResultForm.tsx @@ -64,7 +64,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { component="img" src={resultQuestion.content.back} sx={{ - width: spec ? "auto" : isMobile ? "100%" : "490px", + width: spec ? "100%" : isMobile ? "100%" : "490px", height: spec ? "auto" : isMobile ? "100%" : "280px", }} >