Skip to content

Add style to disable soft wrapping (text-wrap-mode: nowrap) #328

@nicoburns

Description

@nicoburns

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 if text-wrap-mode: wrap. We should implement text-wrap-mode: nowrap or equivalent functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions