1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

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.
This commit is contained in:
jvoisin 2024-12-15 19:34:12 +01:00 committed by Frédéric Guillot
parent 945d436055
commit fd9cfd757a

View file

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