You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Bootstrap4 Genesis
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.
The text was updated successfully, but these errors were encountered:
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
Bootstrap4 Genesis
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
will do the trick.
The text was updated successfully, but these errors were encountered: