Skip to content

line wrap in literal code blocks #17

@r-xue

Description

@r-xue

I notice that lines from a literal code block will be wrapped.
Is this done on purpose?

It seems that this is caused by line 153:word-wrap: break-word; in bootstrap-astrop.css.
Replacing it with overflow: auto; will show scrollbars for long code lines or log. I feel that this may look better? ( well, just a matter of personal preference)

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