Skip to content

Commit 5f9b6d7

Browse files
committed
[Profiler] Add word wrap in tables in dialog to see all the text
1 parent a2a5247 commit 5f9b6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/workflow.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
dialog table td {
6161
padding: .625em;
6262
text-align: center;
63+
word-wrap: break-word;
6364
}
6465
6566
dialog table th {

0 commit comments

Comments
 (0)