Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Fix margin on toolbar route panel when no route is found in the request#19812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz commentedSep 1, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
jameshalsall commentedSep 1, 2016
Maybe the better solution is to wrap up the optionally displayed SVG and the other elements representing the route in a single element that has the |
javiereguiluz commentedSep 1, 2016
We're always cautious about modifying the HTML structure ... so maybe the following would suffice: .sf-toolbar-block-request .sf-toolbar-status+svg {margin-left:5px;} |
When no route was found (404) then the route panel margin would causeunnecessary space between the status panel and the response time panel.
be08d76 to7fdffd1Comparejameshalsall commentedSep 1, 2016
Updated, that fixes both scenarios :) |
fabpot commentedSep 1, 2016
Thank you@jameshalsall. |
… 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 |#19805| License | MITJust to clarify, this bug was introduced in the 3.1 release when some of the toolbar was re-structuredCommits-------7fdffd1 [WebProfilerBundle] Fix margin on toolbar route panel.


Uh oh!
There was an error while loading.Please reload this page.
Just to clarify, this bug was introduced in the 3.1 release when some of the toolbar was re-structured