Skip to content

Commit ee958cf

Browse files
committed
feat(tpl): disable text size adjust
Sometimes font-size is adjusted when browser think it worth. This results `.field.name` font-fize is larger than other siblings since it has `flow-grow: 1`.
1 parent 6dbf3b5 commit ee958cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tpl/frontend/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ body {
1212
color: #333;
1313
font-size: 0.625em;
1414
font-variant-ligatures: none;
15+
font-variant-numeric: tabular-nums;
1516
font-kerning: none;
17+
-webkit-text-size-adjust: none;
18+
text-size-adjust: none;
1619
hyphens: none;
1720
padding-bottom: 2em;
1821
}

0 commit comments

Comments
 (0)