Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap code blocks? #44

Open
salcode opened this issue May 2, 2019 · 0 comments
Open

Wrap code blocks? #44

salcode opened this issue May 2, 2019 · 0 comments

Comments

@salcode
Copy link
Owner

salcode commented May 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant