Add style to disable soft wrapping (text-wrap-mode: nowrap
)
#328
Labels
enhancement
New feature or request
text-wrap-mode: nowrap
)
#328
Uh oh!
There was an error while loading. Please reload this page.
Parley currently always wraps text is it overflows the max-advance. We should add a style that disables soft-wrapping for a span of text.
CSS calls this
text-wrap-mode
(https://developer.mozilla.org/en-US/docs/Web/CSS/text-wrap-mode). Parley currently always behaves as iftext-wrap-mode: wrap
. We should implementtext-wrap-mode: nowrap
or equivalent functionality.The text was updated successfully, but these errors were encountered: