Closed martijngastkemper closed 2 months ago
Try https://github.com/maximebf/php-debugbar/pull/668, don't forget to reload the browser cache too if it works, let your review there
It's a custom collector I made with application specific debug information in it.
That pull request looks like the same problem. Thanks for the tip. Hopefully it's getting merged soon. I'll test it tomorrow.
In the
HtmlVariableListWidget
widget the alignment breaks when you the vardumper output as value and a xdebug link:The links are pushed down by the vardumper element and disappear behind the gray rows.
I've tried to create a PR, but it's a bit harder then expected. The PHP debugbar styling works, but the vardumper, added by Laravel debugbar, breaks it. I've tried making the vardumper element float left, because the xdebug link floats right. But that breaks the row height. Hopefully someone with better CSS skills nows how to fix issue.