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 {