Browse Source

enhance: text-autospace

Tienson Qin 4 months ago
parent
commit
3b499bcd56
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/frontend/common.css

+ 4 - 0
src/main/frontend/common.css

@@ -20,6 +20,10 @@ html:not(.is-native-android) {
   serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
 }
 
+:root {
+  text-autospace: normal;
+}
+
 /* region Reset top elements */
 html {
   overflow: hidden;