[WebProfilerBundle] Fix invalid CSS style

This commit is contained in:
Romain Neutron 2016-06-09 13:02:03 +02:00
parent e44cac066e
commit aa35a1652c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<h3>Route Redirection</h3>
<p>This page redirects to:</p>
<div class="card" style="break-long-words">
<div class="card break-long-words">
{{ router.targetUrl }}
{% if router.targetRoute %}<span class="text-muted">(route: "{{ router.targetRoute }}")</span>{% endif %}
</div>