Skip to content

Commit

Permalink
Replace -ms-text-size-adjust with text-size-adjust
Browse files Browse the repository at this point in the history
https://caniuse.com/?search=text-size-adjust says that
`ms-text-size-adjust` is supported in Edge.
  • Loading branch information
jvoisin authored and fguillot committed Dec 16, 2024
1 parent 945d436 commit fd9cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}

body {
Expand Down

0 comments on commit fd9cfd7

Please sign in to comment.