Skip to content
Snippets Groups Projects
Commit bd65a2f6 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch 'mobile-header-overlap' into 'master'

Fixed overlap in header on mobile

![Screen_Shot_2016-04-18_at_08.48.29](/uploads/8f371d0c717a57ca7afb29415e13d96c/Screen_Shot_2016-04-18_at_08.48.29.png)

See merge request !3777
parents f18c6133 6f31262f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -122,6 +122,10 @@ header {
}
}
 
.project-item-select-holder {
display: inline;
}
.impersonation i {
color: $red-normal;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment