maximebf / php-debugbar

Debug bar for PHP
phpdebugbar.com
MIT License
4.2k stars 401 forks source link

Fix link alignment issue #668

Closed erikn69 closed 3 months ago

erikn69 commented 3 months ago

Closes https://github.com/barryvdh/laravel-debugbar/issues/1644

In the HtmlVariableListWidget widget the alignment breaks when you the vardumper output as value and a xdebug link:

image

The links are pushed down by the vardumper element and disappear behind the gray rows.

Fixed image