We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2b74d commit c5ccec1Copy full SHA for c5ccec1
ux.symfony.com/templates/components/Terminal.html.twig
@@ -9,7 +9,7 @@
9
</div>
10
11
<div class="Terminal_body">
12
- <pre class="Terminal_content ps-4 pt-3" style="padding-bottom: {{ bottomPadding }}px; height: {{ height }}"><code>
+ <pre class="Terminal_content ps-3 pt-3" style="padding-bottom: {{ bottomPadding }}px; height: {{ height }}"><code>
13
{{- this.process(block('content'))|raw -}}
14
</code></pre>
15
ux.symfony.com/templates/ux_packages/_package_install.html.twig
@@ -5,8 +5,6 @@
5
{% component Terminal with {bottomPadding: 20} %}
6
{% block content %}
7
composer require {{ package.composerName }}
8
- npm install --force
- npm run watch
{% endblock %}
{% endcomponent %}
0 commit comments