Skip to content

Commit 335955d

Browse files
committed
frontend: trying text-size-adjust 100%
Last commit setting text-size-adjust to none seemed to have no impact on the breaking layout when font size is increased on in the os. Testing text-size-adjust 100%
1 parent ee0c998 commit 335955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
text-size-adjust: none;
2+
text-size-adjust: 100%;
33
}
44

55
html,

0 commit comments

Comments
 (0)