mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
css: Delete absolute line-height
Having an absolute `line-height` causes problems when something sets `font-size` without also setting `line-height`.
This commit is contained in:
parent
92e36b82b5
commit
27dab35827
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
html {
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue