summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-08 15:08:39 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:27:05 -0500
commit0278b912038b1c70f289ab915c4d0752f9aff4b0 (patch)
tree421c38333ef5ed4256a531f0264abf75e0d6a86f /app/assets/stylesheets
parent94919b472425a7149f85cab0f3990e2f16d57c39 (diff)
downloadgitlab-ce-0278b912038b1c70f289ab915c4d0752f9aff4b0.tar.gz
Fix specs
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/header.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 1e4556c813a..3014b133754 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -32,7 +32,8 @@ header {
border-bottom: 1px solid $border-color;
position: fixed;
top: 0;
- width: 100%;
+ left: 0;
+ right: 0;
@media (max-width: $screen-xs-min) {
padding: 0 16px;