ronin-rb / ronin-rb.github.io

The ronin-rb.dev website
https://ronin-rb.dev
GNU General Public License v3.0
25 stars 20 forks source link

Figure out why really long `pre > code` elements are word-wrapping #70

Open postmodern opened 5 months ago

postmodern commented 5 months ago

On this blog post the really long pre > code element is somehow word wrapping, even though overflow-x: is set to auto. I also tried setting word-wrap: unset but that did not fix it.