From 4916d28604bb82f104df5fdcdd85c8790945b1fc Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sat, 27 Jun 2026 20:34:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9B=B9=20=EC=95=88=EB=82=B4=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=95=9C=EA=B5=AD=EC=96=B4=20?= =?UTF-8?q?=EC=A4=84=EB=B0=94=EA=BF=88(word-break:=20keep-all)=20=E2=80=94?= =?UTF-8?q?=20'O=EC=9A=94.'=20=EA=B3=A0=EC=95=84=EC=A4=84=20=EB=B0=A9?= =?UTF-8?q?=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- src/components/WebOnlyNotice.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/WebOnlyNotice.vue b/src/components/WebOnlyNotice.vue index 0aadb8b..7969a67 100644 --- a/src/components/WebOnlyNotice.vue +++ b/src/components/WebOnlyNotice.vue @@ -54,6 +54,8 @@ const mobileReady = false border: 1px solid var(--color-border); border-radius: 16px; background: var(--color-background-soft); + /* 한국어는 단어(어절) 단위로 줄바꿈 — 'O요.' 가 혼자 다음 줄로 떨어지는 현상 방지 */ + word-break: keep-all; } .brand { font-size: 2rem;