Skip to content

Commit dfd1d2d

Browse files
committed
bug symfony#19812 [WebProfilerBundle] Fix margin on toolbar route panel when no route is found in the request (jameshalsall)
This PR was merged into the 3.1 branch. Discussion ---------- [WebProfilerBundle] Fix margin on toolbar route panel when no route is found in the request | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#19805 | License | MIT Just to clarify, this bug was introduced in the 3.1 release when some of the toolbar was re-structured Commits ------- 7fdffd1 [WebProfilerBundle] Fix margin on toolbar route panel.
2 parents 0cd5f13 + 7fdffd1 commit dfd1d2d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,11 @@
461461
padding-left: 0;
462462
padding-right: 0;
463463
}
464-
.sf-toolbar-block-request .sf-toolbar-status {
465-
margin-right: 5px;
464+
.sf-toolbar-block-request .sf-toolbar-label {
465+
margin-left: 5px;
466+
}
467+
.sf-toolbar-block-request .sf-toolbar-status + svg {
468+
margin-left: 5px;
466469
}
467470
.sf-toolbar-block-request .sf-toolbar-icon svg + .sf-toolbar-label {
468471
margin-left: 0;

0 commit comments

Comments
 (0)