From 52641e8643c3eb934226b7d3db082a3f41bc0e11 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Mon, 25 Jan 2021 23:01:07 +0100 Subject: [PATCH] Fix text layer regression tests in using the correct line-height property --- test/text_layer_test.css | 1 + 1 file changed, 1 insertion(+) diff --git a/test/text_layer_test.css b/test/text_layer_test.css index 7ab4f6483..6b88f80e4 100644 --- a/test/text_layer_test.css +++ b/test/text_layer_test.css @@ -21,6 +21,7 @@ top: 0; right: 0; bottom: 0; + line-height: 1; } .textLayer > span { position: absolute;