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
When printing right aligned text and element has white-space: pre-wrap there is invalid right padding.
Example HTML
<html><head><title>Text align right and white-space: pre-wrap</title><style>div {
text-align: right;
white-space: pre-wrap;
background-color:#ff9494;
}
</style></head><body><div>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</div></body></html>
PDF results
Same example with text-align: left;
The text was updated successfully, but these errors were encountered:
When printing right aligned text and element has
white-space: pre-wrap
there is invalid right padding.Example HTML
PDF results

Same example with

text-align: left;
The text was updated successfully, but these errors were encountered: