Skip to content

Instantly share code, notes, and snippets.

@mkarp
Created August 22, 2022 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkarp/fe792e58ac37abcae45c5fa137a915c2 to your computer and use it in GitHub Desktop.
Save mkarp/fe792e58ac37abcae45c5fa137a915c2 to your computer and use it in GitHub Desktop.
Custom CSS for a larger GitHub statuses area
.branch-action-item.open > .merge-status-list, .branch-action-item.open > .merge-status-list-wrapper > .merge-status-list {
max-height: 600px;
}
.commit-build-statuses .dropdown-menu {
min-width: 860px;
max-width: 860px;
right: -430px;
}
.commit-build-statuses .dropdown-menu .merge-status-list {
min-height: 600px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment