Skip to content

Commit 5e8f7c2

Browse files
committed
bug symfony#19009 [2.8][WebProfilerBundle] Fix invalid CSS style (romainneutron)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8][WebProfilerBundle] Fix invalid CSS style | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Related to symfony#18568 (comment) Commits ------- aa35a16 [WebProfilerBundle] Fix invalid CSS style
2 parents e44cac0 + aa35a16 commit 5e8f7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<h3>Route Redirection</h3>
3131

3232
<p>This page redirects to:</p>
33-
<div class="card" style="break-long-words">
33+
<div class="card break-long-words">
3434
{{ router.targetUrl }}
3535
{% if router.targetRoute %}<span class="text-muted">(route: "{{ router.targetRoute }}")</span>{% endif %}
3636
</div>

0 commit comments

Comments
 (0)