blocks scroll horizontally?-时光取名叫无心的回答
blocks scroll horizontally?
Per the examples https://getbootstrap.com/docs/4.3/content/code/#code-blocks, bootstrap only supports vertically-scrollable and word-wrapped blocks out
Newer versions of Bootstrap apply styles to both pre and code that wrap words. Adding this to my stylesheet fixed the issue for me:
pre
code
pre code { white-space: pre; word-wrap: normal; }