Skip to content

Commit 0b27373

Browse files
committed
minor #742 [Site] Fixing horizontal bar issue (Leannapelham)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fixing horizontal bar issue | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #361 | License | MIT Commits ------- 3e67c1c fixing horizontal bar issue
2 parents 7e7ed0d + 3e67c1c commit 0b27373

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)