Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Closed
@garak

Description

@garak
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.