Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 311cc8a

Browse files
committed
bug #22953 #22839 - changed debug toolbar dump section to relative and use full window width (mkurzeja)
This PR was merged into the 2.8 branch. Discussion ---------- #22839 - changed debug toolbar dump section to relative and use full window width | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22839 | License | MIT My approach to fix #22839 - instead of adding min-width I have switched the section to fill the full available width: ![zrzut ekranu 2017-05-30 o 10 18 25](https://cloud.githubusercontent.com/assets/1044032/26574462/bf80b6dc-4521-11e7-96cc-bec0de075329.png) Commits ------- 65297de #22839 - changed debug toolbar dump section to relative and use full window width
2 parents 895b123 + 65297de commit 311cc8a

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)