sindresorhus/refined-github

Do you want to work on this issue?

You can request for a bounty in order to promote it!

`align-issue-labels` breaks layout in some situations #4405

fregante posted onGitHub

  1. Visit https://github.com/sindresorhus/refined-github/pulls?q=Drop+support+for+the+old+GitHub+layout
  2. Resize window to about 900px

Possible solution: That line probably shouldn't be display flex, but I haven't checked

Native

<img width="1020" alt="Screen Shot 2" src="https://user-images.githubusercontent.com/1402241/119622648-8c36ab00-be31-11eb-8006-a354ed59a7fe.png">

Refined

<img width="1019" alt="Screen Shot 3" src="https://user-images.githubusercontent.com/1402241/119622625-84770680-be31-11eb-9e99-3960c07828c3.png">


I'm seeing this even with RGH disabled (at 800px width):

image

Edit: this could be fixed with

.js-issue-row .text-small.color-text-secondary {
    display: block !important;
}

.js-issue-row .opened-by + span {
    margin-left: 0 !important;
}
posted by cheap-glitch almost 4 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests