From 76e4df62bf61c7cf47ebd2324d4764d5947b6ef8 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 12 Dec 2024 19:34:22 +0900 Subject: [PATCH] refactor: apply Tailwind classes for Korean-specific styles (#7326) --- apps/site/styles/locals.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/site/styles/locals.css b/apps/site/styles/locals.css index 0d931fa756166..6350b8d0f6fbf 100644 --- a/apps/site/styles/locals.css +++ b/apps/site/styles/locals.css @@ -1,5 +1,3 @@ html[lang='ko'] { - line-height: 1.8; - word-break: keep-all; - word-wrap: break-word; + @apply break-words break-keep leading-[1.8]; }