How to style code tag or span to force line breaks on resizing
I have a blog where I present alot of syntax, but the code inside the code tag won’t break/wrap when resizing.
How do I style the code or should I style the .syntax-line-wrap > span.value element?
How to style pre and code tag when displaying syntax
I have a little blog with code samples. The syntax is in a code tag which is in a pre tag.
The problem is that the first line in the code tag is moved to the right/middle (a tab or many).