Skip to content

Expand arrow position broken in Firefox #460

@Gappa

Description

@Gappa

Version: 2.8.2

Bug Description

The expand arrow position is broken in Firefox, it is OK in Chrome.

tracy

Steps To Reproduce

Open a tracy panel that has something to expand, e.g. the new Latte Templates panel.

Expected Behavior

Arrow is vertically centered and at the end of the line.

Possible Solution

Adding this to the existing CSS seems to fix it:

#tracy-debug .tracy-toggle:after {
	...
	line-height: 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions