Browse Source

Replace -ms-text-size-adjust with text-size-adjust

https://caniuse.com/?search=text-size-adjust says that
`ms-text-size-adjust` is supported in Edge.
jvoisin 1 year ago
parent
commit
fd9cfd757a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/ui/static/css/common.css

+ 1 - 1
internal/ui/static/css/common.css

@@ -7,7 +7,7 @@
 
 
 html {
 html {
     -webkit-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
-    -ms-text-size-adjust: 100%;
+    text-size-adjust: 100%;
 }
 }
 
 
 body {
 body {