Browse Source

Use default line height for the text layer

Fixes #6614.
Tim van der Meij 10 years ago
parent
commit
a2cac8fa71
  1. 1
      web/text_layer_builder.css

1
web/text_layer_builder.css

@ -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 {

Loading…
Cancel
Save