Closed
Description
Symfony version(s) affected
6.4.1
Description
I noticed that some names of classes inside the "Messages" profiler are misaligned, see the attached screenshot
You can notice that the grey part of the FQCN is too high, compared to the green part.
I noticed this value in the CSS:
pre.sf-dump .sf-dump-ellipsis {
vertical-align: top;
}
if I manually change it to vertical-align: middle;
, the line seems correctly aligned. I didn't check if this change could affect other parts of the profiler, though.
This is the result after applying the change:
How to reproduce
Dispatch a message with the Messenger and open the profiler
Possible Solution
As mentioned above, changing the vertical alignment could be a possible solution
Additional Context
No response