You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a text justification problem that only arize when the last paragraph of a page is splited to the next page. +
Attribute data-align-last-split-element="justify" is set. It triggers a css that set: text-align-last: justify.
Trying to change it like that:
As you can see on the picture, only last line of sentences pertaining to a split paragraphs ar "center-justified", where I excpect it to be left justified as usual.
I am still looking for a css workaround.
The text was updated successfully, but these errors were encountered:
benoitrolland
changed the title
last line centered justified when last pargraph is splited to next page.
last line centered-justified when last pargraph is splited to next page.
May 10, 2022
benoitrolland
changed the title
last line centered-justified when last pargraph is splited to next page.
last line center-justified when last pargraph is splited to next page.
May 10, 2022
We have a text justification problem that only arize when the last paragraph of a page is splited to the next page. +
Attribute data-align-last-split-element="justify" is set. It triggers a css that set:
text-align-last: justify
.Trying to change it like that:
file:css/webpdf/custom.css:
doesn't solve the problem ...
Let find how to reproduce it:
lastLineJustify.zip
As you can see on the picture, only last line of sentences pertaining to a split paragraphs ar "center-justified", where I excpect it to be left justified as usual.
I am still looking for a css workaround.
The text was updated successfully, but these errors were encountered: