8000 Fix margin on toolbar route panel when no route is found in the request · symfony/symfony@be08d76 · GitHub
[go: up one dir, main page]

Skip to content

Commit be08d76

Browse files
author
James Halsall
committed
Fix margin on toolbar route panel when no route is found in the request
1 parent 0cd5f13 commit be08d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@
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;
466466
}
467467
.sf-toolbar-block-request .sf-toolbar-icon svg + .sf-toolbar-label {
468468
margin-left: 0;

0 commit comments

Comments
 (0)
0