1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Use default line height for the text layer

Fixes #6614.
This commit is contained in:
Tim van der Meij 2015-12-02 23:00:12 +01:00
parent 376788f2b2
commit a2cac8fa71

View file

@ -21,6 +21,7 @@
bottom: 0;
overflow: hidden;
opacity: 0.2;
line-height: 1.0;
}
.textLayer > div {