提交 2a1646b5 编写于 作者: T 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册