mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04: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 {
|
html {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 20px;
|
|
||||||
color: #3e3e3e;
|
color: #3e3e3e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue