Description
Since "Pulls" were renamed to "PRs", the latter are displayed with invalid line-height:
This seems to be caused by this tab's custom styles. Removing these two fixes it:
.UnderlineNav-item [data-content="Pulls"] {
- line-height: 1;
&::before {
- height: auto;
}
}
How to replicate the issue + URL
Basically on any repo, like https://github.com/refined-github/refined-github
Extension version
26.9
Browser(s) used
Firefox 140.15.0esr (aarch64)
Token ⚠️
Description
Since "Pulls" were renamed to "PRs", the latter are displayed with invalid
line-height:This seems to be caused by this tab's custom styles. Removing these two fixes it:
.UnderlineNav-item [data-content="Pulls"] { - line-height: 1; &::before { - height: auto; } }How to replicate the issue + URL
Basically on any repo, like https://github.com/refined-github/refined-github
Extension version
26.9
Browser(s) used
Firefox 140.15.0esr (aarch64)
Token⚠️