diff options
| author | Jacob Schatz <jschatz@gitlab.com> | 2016-04-18 18:44:15 +0000 |
|---|---|---|
| committer | Jacob Schatz <jschatz@gitlab.com> | 2016-04-18 18:44:15 +0000 |
| commit | bd65a2f6b2e8c5a41be4bdbc8f802f1b5815b253 (patch) | |
| tree | 28895069874e435f439c99dfb8b8eb40135913de | |
| parent | f18c613383962b7db3e03bbb7168fe60c24231f9 (diff) | |
| parent | 6f31262f747b7c1ed0173b6615ef0990967a0db6 (diff) | |
| download | gitlab-ce-bd65a2f6b2e8c5a41be4bdbc8f802f1b5815b253.tar.gz | |
Merge branch 'mobile-header-overlap' into 'master'
Fixed overlap in header on mobile

See merge request !3777
| -rw-r--r-- | app/assets/stylesheets/framework/header.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 3f015427d07..c303380764b 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -71,7 +71,7 @@ header { .header-content { position: relative; height: $header-height; - padding-right: 20px; + padding-right: 40px; @media (min-width: $screen-sm-min) { padding-right: 0; @@ -122,6 +122,10 @@ header { } } + .project-item-select-holder { + display: inline; + } + .impersonation i { color: $red-normal; } |
