bootstrap4-genesis icon indicating copy to clipboard operation
bootstrap4-genesis copied to clipboard

Wrap code blocks?

Open salcode opened this issue 6 years ago • 0 comments

In the original bootstrap-genesis a code block with a single long line of text wraps. Currently this project, Bootstrap4 Genesis, creates a scroll bar.

Bootstrap Genesis

Screen Shot 2019-05-02 at 16 17 55

Bootstrap4 Genesis

Screen Shot 2019-05-02 at 16 16 25

Next Step

Do we want to make the code blocks wrap by default here in Bootstrap4 Genesis?

If we want to make this change, it looks like adding

pre code { white-space: pre-wrap; }

will do the trick.

salcode avatar May 02 '19 20:05 salcode