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
The <br/> element should not trigger a justify on its line. The two paragraphs should look exactly the same. The original Flying Saucer does not have this issue.
The text was updated successfully, but these errors were encountered:
The following example demonstrates an issue with
text-align: justify;
and<br/>
.The
<br/>
element should not trigger ajustify
on its line. The two paragraphs should look exactly the same. The original Flying Saucer does not have this issue.The text was updated successfully, but these errors were encountered: