Skip to content

[Profiler] Some class names are not aligned correctly #53103

Closed
@garak

Description

@garak

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

Schermata del 2023-12-17 11-44-05

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:

Schermata del 2023-12-17 11-52-11

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions