Skip to content

Commit 1618751

Browse files
authored
Add text-size-adjust (#220)
`-webkit-text-size-adjust` is not supported by Chrome Android. Add `text-size-adjust` to support Chrome Android 54+.
1 parent 38cd03c commit 1618751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sanitize.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
tab-size: 4; /* 4 */
4242
-webkit-tap-highlight-color: transparent; /* 5 */
4343
-webkit-text-size-adjust: 100%; /* 6 */
44+
text-size-adjust: 100%; /* 6 */
4445
}
4546

4647
/* Sections

0 commit comments

Comments
 (0)