From 57a7ab729d732c12091d5187dd412a1c38b0c126 Mon Sep 17 00:00:00 2001 From: leejiho9898 Date: Wed, 16 Aug 2023 00:05:00 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=88=AC=ED=91=9C=20=EC=84=A0=ED=83=9D?= =?UTF-8?q?=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jurumarble/src/app/vote/[id]/components/VoteDescription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jurumarble/src/app/vote/[id]/components/VoteDescription.tsx b/apps/jurumarble/src/app/vote/[id]/components/VoteDescription.tsx index d9ecba5a..3930a0de 100644 --- a/apps/jurumarble/src/app/vote/[id]/components/VoteDescription.tsx +++ b/apps/jurumarble/src/app/vote/[id]/components/VoteDescription.tsx @@ -98,7 +98,7 @@ const Container = styled.div``; const ImageWrapper = styled.div` position: relative; display: flex; - width: 100%; + width: 100%;z height: 100%; gap: 9px; `;