barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
16.57k stars 1.53k forks source link

Fix css #1604

Closed erikn69 closed 3 months ago

erikn69 commented 3 months ago

https://github.com/barryvdh/laravel-debugbar/pull/1601#discussion_r1549870141

nckrtl commented 3 months ago

This middle aligns the icons better nicely for me yeah, but I think you still have those rather large top and bottom padding per line I think? That's probably caused by the line-height you mentioned in the comment.

I added the line height to make the request rows breath somewhat more, before:

Screenshot 2024-04-03 at 17 59 31

after:

Screenshot 2024-04-03 at 17 58 55