We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7ed0d commit 3e67c1cCopy full SHA for 3e67c1c
ux.symfony.com/templates/components/code_block.html.twig
@@ -5,7 +5,7 @@
5
<p class="py-2 ps-4 mb-0">{{ filename }}</p>
6
{% endif %}
7
<div class="terminal-body ps-4" style="height: {{ height }}; overflow: auto;">
8
- <pre class="pt-2">
+ <pre class="pt-2" style="overflow:initial;">
9
{{- this.highlight(block('content'))|raw -}}
10
</pre>
11
0 commit comments