Skip to content

Commit 997beb2

Browse files
committed
[WebProfilerBundle] Fix dump block is unfairly restrained
1 parent d12f269 commit 997beb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,13 @@
356356
border-color: #777;
357357
border-radius: 0;
358358
margin: 6px 0 12px 0;
359-
width: 200px;
360359
}
361360
.sf-toolbar-block-dump pre.sf-dump:last-child {
362361
margin-bottom: 0;
363362
}
363+
.sf-toolbar-block-dump .sf-toolbar-info-piece {
364+
display: block;
365+
}
364366
.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line {
365367
color: #AAA;
366368
margin-left: 4px;

0 commit comments

Comments
 (0)