So i am basically trying to set width for the codebox (i am using prismJS), when i add too big of a code it breaks everything and the width and height get increased. I want the width and height to be specified so if the code is too long it just adds a scrollbar.
This is how big i want the codebox to be: pic
<div class="container">
<div class="post-header">SOME HEADER</div>
<div class="post-content">
<p> <pre><code class="language-js">
</code></pre>
<p>
<img class="image-content">
<div class="post-content">
</div>
</div>