Commit 1f1e965b authored by Phil Hughes's avatar Phil Hughes

Merge branch '10638-secondary-css' into 'master'

Removes EE differences for secondary_navigation_elements

Closes gitlab-ee#10638

See merge request gitlab-org/gitlab-ce!26537
parents 8bd43c60 ba060c80
......@@ -181,6 +181,33 @@
margin: 0;
width: 100%;
}
&.inline {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
> .btn,
> .btn-container,
> .dropdown,
> input,
> form {
flex: 1 1 auto;
margin: 0 0 10px;
margin-left: $gl-padding-top;
width: auto;
&:first-child {
margin-left: 0;
float: none;
}
}
.btn-full {
flex: 1 1 100%;
margin-left: 0;
}
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment