Skip to content

Is it possible to disable wrapping for a piece of text? #1119

@brandoncc

Description

@brandoncc

I need to produce lines of text which can wrap between the lines, but not within them. The equivalent would be:

<span style="word-wrap: nowrap;">This is the first line</span>
<span style="word-wrap: nowrap;">This is the second line</span>

I tried replacing all whitespace in the sentences with Prawn::Text::NBSP but the result was that it split in the middle of words in the sentence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions