Commit 0b511f8c authored by Coung Ngo's avatar Coung Ngo

Fix scoped label markdown padding

GlLabel was recently updated with a slightly new structure.
This broke the padding for labels using the old structure
in older markdown, so this commit fixes this.
parent 347701ae
......@@ -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