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
It seems like multiple inline elements on the same line force wrapping between each one of them.
-<p>Lorem <b>ipsum</b> <b>ipsum</b> <b>ipsum</b> dolor sit amet, consectetur adipiscing elit. Fusce cursus massa vel augue </p>+<p>+ Lorem <b>ipsum</b>+ <b>ipsum</b>+ <b>ipsum</b> dolor sit amet, consectetur adipiscing elit. Fusce cursus massa+ vel augue+</p>
I would expect for them to stay on the same line until the line_width is exceeded ?
Something like that:
-<p>Lorem <b>ipsum</b> <b>ipsum</b> <b>ipsum</b> dolor sit amet, consectetur adipiscing elit. Fusce cursus massa vel augue </p>+<p>+ Lorem <b>ipsum</b> <b>ipsum</b> <b>ipsum</b> dolor sit amet, consectetur+ adipiscing elit. Fusce cursus massa vel augue+</p>
Is this expected behavior ?
Thank again for this tool, and let me know if you need more details
The text was updated successfully, but these errors were encountered:
Hi !
It seems like multiple inline elements on the same line force wrapping between each one of them.
I would expect for them to stay on the same line until the
line_width
is exceeded ?Something like that:
Is this expected behavior ?
Thank again for this tool, and let me know if you need more details
The text was updated successfully, but these errors were encountered: