MCHSL / sane-github

Less bad UI for GitHub.
11 stars 2 forks source link

PR checks flow off the page #3

Closed ZeWaka closed 4 years ago

ZeWaka commented 4 years ago

image https://github.com/goonstation/goonstation/pull/1197/checks

ZeWaka commented 4 years ago

solvable by this fuckery:

.repository-content.d-flex > .width-full {
    width: 60% !important;
}

.repository-content.d-flex > .d-flex.width-full > .flex-column {
    width: 100% !important;
}