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 e44cac0 commit aa35a16Copy full SHA for aa35a16
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig
@@ -30,7 +30,7 @@
30
<h3>Route Redirection</h3>
31
32
<p>This page redirects to:</p>
33
- <div class="card" style="break-long-words">
+ <div class="card break-long-words">
34
{{ router.targetUrl }}
35
{% if router.targetRoute %}<span class="text-muted">(route: "{{ router.targetRoute }}")</span>{% endif %}
36
</div>
0 commit comments