Skip to content

Commit 3e67c1c

Browse files
committed
fixing horizontal bar issue
1 parent 7e7ed0d commit 3e67c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/components/code_block.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p class="py-2 ps-4 mb-0">{{ filename }}</p>
66
{% endif %}
77
<div class="terminal-body ps-4" style="height: {{ height }}; overflow: auto;">
8-
<pre class="pt-2">
8+
<pre class="pt-2" style="overflow:initial;">
99
{{- this.highlight(block('content'))|raw -}}
1010
</pre>
1111

0 commit comments

Comments
 (0)