Last active
August 29, 2015 14:07
-
-
Save jubianchi/50c23c46c4347d0fc751 to your computer and use it in GitHub Desktop.
gitlab-wide
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
body > .container, | |
header .container, | |
nav .container { | |
width: 100%; | |
} | |
.pull-right .dropdown-menu { | |
right: 0; | |
left: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍
Just need to figure a way to include that permanently in GitLab (I've simply hacked
gitlab/public/assets/application-1bb9d6f4be686c4a4b16debdf17fdf57.css
and I'm not proud of it).