Trying to incorporate a media object inside a Bootstrap column is proving challenging. Whenever I insert long strings of code within the .media-body
class using
<pre><code>...<code></pre>
, the entire media object
extends beyond the borders of the column.
You can view the issue on this fiddle: https://jsfiddle.net/crazypilot/8dyq4v7x/16/
Any assistance would be greatly appreciated!
Update: My goal is to enable horizontal scrolling within the
<pre><code>...<code></pre>
so that the .media
element does not exceed the width of the column.