I placed media object inside bootstrap's column. If I put <pre><code>...<code></pre>
with long strings of code into .media-body
, whole media object
goes outside column's borders.
Here's fiddle: https://jsfiddle.net/crazypilot/8dyq4v7x/16/
Help me, please!
UPD: I want to have horizontal scroll on that <pre><code>...<code></pre>
, so .media
will not overflow on the column's width.