Skip to content

Commit

Permalink
Merge pull request #13606 from Snuffleupagus/issue-13605
Browse files Browse the repository at this point in the history
Correctly align the `textLayer` content with horizontal/spread scrolling modes (issue 13605)
  • Loading branch information
Snuffleupagus authored Jun 22, 2021
2 parents b1c9d8c + daa563a commit 9441245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/text_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.textLayer {
position: absolute;
text-align: initial;
left: 0;
top: 0;
right: 0;
Expand Down

0 comments on commit 9441245

Please sign in to comment.