From 345aa2932f34734d52122f96f61c9e89ac0b13bb Mon Sep 17 00:00:00 2001 From: wenyuan <49969025+wenyuanw@users.noreply.github.com> Date: Sat, 18 Oct 2025 17:35:34 +0800 Subject: [PATCH] feat(styles): add text-autospace property to improve text layout --- src/styles/css/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/css/global.css b/src/styles/css/global.css index 51cf0ef6..d5b115da 100644 --- a/src/styles/css/global.css +++ b/src/styles/css/global.css @@ -6,6 +6,7 @@ html, body, #app { height: 100%; + text-autospace: normal; } html {