From e9fa03356f71181fe6d44983c18b6fbd84d23f51 Mon Sep 17 00:00:00 2001 From: byeolhaha Date: Sun, 12 May 2024 14:35:47 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=EC=B1=84=ED=8C=85=20=EB=A9=94?= =?UTF-8?q?=EC=84=B8=EC=A7=80=20=EC=99=BC=EC=AA=BD=20=EC=A0=95=EB=A0=AC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/styles/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/styles/chat.css b/src/main/resources/static/styles/chat.css index 59d54ed..ff3a1bb 100644 --- a/src/main/resources/static/styles/chat.css +++ b/src/main/resources/static/styles/chat.css @@ -62,6 +62,7 @@ button[onclick="sendMessage()"]:hover { border-radius: 15px; color: #fff; max-width: 70%; + text-align : left } .sent .message-content {