From daa563ae81cb16b6fe946e74c706f5cdca2a786c Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 21 Jun 2021 18:53:25 +0200 Subject: [PATCH] Correctly align the `textLayer` content with horizontal/spread scrolling modes (issue 13605) This is *very* similar to PR 12848, however for this `textLayer`-case it appears to only be an issue in documents with marked content. --- web/text_layer_builder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/text_layer_builder.css b/web/text_layer_builder.css index 07ff4930b..73c7bba66 100644 --- a/web/text_layer_builder.css +++ b/web/text_layer_builder.css @@ -15,6 +15,7 @@ .textLayer { position: absolute; + text-align: initial; left: 0; top: 0; right: 0;