From ab9593749550cf30500fa7f3bc2176e067568fff Mon Sep 17 00:00:00 2001 From: Nayujin <00nyj@sookmyung.ac.kr> Date: Tue, 3 Oct 2023 00:43:18 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]=20Balloon=20=EB=84=88=EB=B9=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BalloonBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BalloonBox.js b/components/BalloonBox.js index 4067e84..de4d83a 100644 --- a/components/BalloonBox.js +++ b/components/BalloonBox.js @@ -11,7 +11,7 @@ const BalloonBox = ({ content }) => { borderRadius={15} triangleDirection='left' triangleSize={10} - width={250} + width="100%" > {content}