Commit 0ac7a939 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'cngo-fix-scoped-label-markdown-padding' into 'master'

Fix scoped label markdown padding

See merge request gitlab-org/gitlab!45153
parents 8f0c9efc 0b511f8c
......@@ -343,3 +343,9 @@
box-shadow: 0 0 0 1px inset;
}
}
/* Fix scoped label padding in cases where old markdown uses the old label structure */
.gl-label-text + .gl-label-text {
@include gl-pl-2;
@include gl-pr-3;
}
---
title: Fix scoped label markdown padding
merge_request: 45153
author:
type: fixed
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