From 0938f6ddfdd5781ad48f63c20d564613c6edef1e Mon Sep 17 00:00:00 2001 From: nadomolayohehe Date: Sun, 27 Oct 2024 10:29:31 +0900 Subject: [PATCH] =?UTF-8?q?:lipstick:=20Form=20=EC=A2=80=20=EB=8D=94=20?= =?UTF-8?q?=EC=99=BC=EC=AA=BD=EC=9C=BC=EB=A1=9C=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit form 좀 더 왼쪽으로 .. --- src/components/guestBook/MessageInputSection.style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/guestBook/MessageInputSection.style.js b/src/components/guestBook/MessageInputSection.style.js index c45f42b..1547b6c 100644 --- a/src/components/guestBook/MessageInputSection.style.js +++ b/src/components/guestBook/MessageInputSection.style.js @@ -150,7 +150,7 @@ export const Label = styled.label` &.from-label { bottom: 5%; - right:${({ length }) => `${-60+Math.min(length * 3, 20)}px`}; + right:${({ length }) => `${-80+Math.min(length * 3, 20)}px`}; } } @@ -166,7 +166,7 @@ export const Label = styled.label` &.from-label { margin:0; - right:${({ length }) => `${-90+Math.min(length * 4, 25)}px`}; + right:${({ length }) => `${-100+Math.min(length * 4, 25)}px`}; } } `;