Expand GitHub Branch Actions Block

If you have a large list of actions in your action block, you will have to scroll inside of it, and I find it annoying, luckily you can fix it very easily with Firefox and the Stylus extension, just apply this CSS style on the page.

.merge-status-list {
    max-height: 100vh !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *