8000 #22839 - changed debug toolbar dump section to relative and use full … · ostrolucky/symfony@65297de · GitHub
[go: up one dir, main page]

Skip to content

Commit 65297de

Browse files
committed
symfony#22839 - changed debug toolbar dump section to relative and use full window width
1 parent af6b25b commit 65297de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,15 @@
350350
100% { background: #222; }
351351
}
352352

353+
.sf-toolbar-block.sf-toolbar-block-dump {
354+
position: static;
355+
}
356+
357+
.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info {
358+
max-width: none;
359+
right: 0;
360+
}
361+
353362
.sf-toolbar-block-dump pre.sf-dump {
354363
background-color: #222;
355364
border-color: #777;

0 commit comments

Comments
 (0)
0