forked from forgejo/forgejo
Use line-height: normal by default (#26635)
Fix #26537 again because 1.15 is too small for some fonts.
This commit is contained in:
parent
75689b8973
commit
8f2e2878e5
2 changed files with 2 additions and 6 deletions
2
web_src/css/modules/normalize.css
vendored
2
web_src/css/modules/normalize.css
vendored
|
@ -25,7 +25,7 @@ Use a better box model (opinionated).
|
|||
}
|
||||
|
||||
html {
|
||||
line-height: 1.15; /* 1. Correct the line height in all browsers. */
|
||||
line-height: normal; /* 1. (not following the "modern-normalize") Do not change the browser's default line-height, the default value is font-dependent and roughly 1.2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue