Merge pull request #6712 from timvandermeij/text-layer-position

Use default line height for the text layer
This commit is contained in:
Yury Delendik 2015-12-02 16:05:50 -06:00
commit e93512f1eb

View File

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