Commit 2a1646b5 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '38156-breadcrumbs-margin' into 'master'

Use variable for mobile breadcrumbs padding

Closes #38156

See merge request gitlab-org/gitlab-ce!14904
parents 65a1cbc6 eed9b171
......@@ -466,7 +466,7 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) {
+ .breadcrumbs-links {
padding-left: 17px;
padding-left: $gl-padding;
border-left: 1px solid $gl-text-color-quaternary;
}
}
......
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