Created
November 11, 2020 11:32
-
-
Save andreineculau/18d88a3776b5caa1dfc943dad05a1da7 to your computer and use it in GitHub Desktop.
100% width on travis-ci.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TravisCI 100% width | |
// @match *://travis-ci.com/* | |
// ==/UserScript== | |
.centered .main, | |
.centered .wrapper-main, | |
.centered.wrapper .main, | |
.centered.wrapper .wrapper-main, | |
.loading-page .main, | |
.loading-page .wrapper-main { | |
max-width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment