From dc9600b49b4eb1e956ad9d17f9e68c6e21168189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=AC=EC=9E=AC=EC=97=BD?= <jysim0326@ajou.ac.kr> Date: Tue, 10 Dec 2024 00:35:47 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=82=AC=EC=9A=A9=EC=9E=90=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84,=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChattingDetail.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChattingDetail.jsx b/src/components/ChattingDetail.jsx index de1aa52..318a02a 100644 --- a/src/components/ChattingDetail.jsx +++ b/src/components/ChattingDetail.jsx @@ -972,7 +972,7 @@ function ChattingDetail() { <strong style={{ display: "block", - marginBottom: "2px", + marginBottom: "-12px", fontSize: "0.9em", color: "#555", }} -- GitLab