Skip to content

Commit c5ccec1

Browse files
committed
[Site] Lessening padding to avoid scroll & removing npm
1 parent 4a2b74d commit c5ccec1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: ux.symfony.com/templates/components/Terminal.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
</div>
1111
<div class="Terminal_body">
12-
<pre class="Terminal_content ps-4 pt-3" style="padding-bottom: {{ bottomPadding }}px; height: {{ height }}"><code>
12+
<pre class="Terminal_content ps-3 pt-3" style="padding-bottom: {{ bottomPadding }}px; height: {{ height }}"><code>
1313
{{- this.process(block('content'))|raw -}}
1414
</code></pre>
1515
</div>

Diff for: ux.symfony.com/templates/ux_packages/_package_install.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
{% component Terminal with {bottomPadding: 20} %}
66
{% block content %}
77
composer require {{ package.composerName }}
8-
npm install --force
9-
npm run watch
108
{% endblock %}
119
{% endcomponent %}
1210
</div>

0 commit comments

Comments
 (0)