Closed
Description
Symfony version(s) affected
6.0.6
Description
Hi, this is a pretty simple request:
The div that shows AJAX requests has a max-width that is just a bit too narrow to show all information when the URL is long. I think it's just not taking into account the width of the ellipsis that gets displayed when URLs are long enough to be clipped.
Example:
How to reproduce
Just make some AJAX requests in your dev environment with a long URL and look in the toolbar.
Possible Solution
Make the max-width a bit larger. I find that changing from 480px to 520px is enough.
Sorry I don't know how to do a PR but I believe the relevant CSS is here:
What this looks like when I edit in Chrome dev tools:
Additional Context
No response