Version: 2.8.2
Bug Description
The expand arrow position is broken in Firefox, it is OK in Chrome.

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;
}
Version: 2.8.2
Bug Description
The expand arrow position is broken in Firefox, it is OK in Chrome.
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: