Skip to content

Commit 291f9f9

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 38f1eae commit 291f9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/style/base.css

+1-1
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)