Skip to content

Commit bbc737e

Browse files
jouniweb-padawan
authored andcommitted
fix: use default browser font size on dev pages (#9074)
Prevent browser zoom on iOS when focusing text inputs.
1 parent 2f3cf86 commit bbc737e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/common.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ addGlobalThemeStyles(
77
css`
88
body {
99
font-family: system-ui, sans-serif;
10-
font-size: calc(14 / 16 * 1rem);
11-
line-height: calc(18 / 16 * 1rem);
10+
line-height: 1.25;
1211
color: var(--_vaadin-color);
1312
background: var(--_vaadin-background);
1413
margin: 2rem;

0 commit comments

Comments
 (0)