3
Horizontal scroll on code boocks ( Text widget)
When I want to see code blocks from the Text widget in my cellphone, the code is trimmered by the screen size. Can you add an horizontal scroll so the code in code blocks can be visualized in any device?
1 reply
-
Hello again, I want to propose a solution for this suggestion.
In this case, you just need to add the property
overflow-x: scroll;
on the
<pre class="macro-codesnippet prettyprint linenums prettyprinted" style=""></pre>
selector and we will have something like the image I am sharing.