Explorar el Código

enhance: text-autospace

Tienson Qin hace 3 meses
padre
commit
3b499bcd56
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;