Merge branch '48072-bs4-labels-in-issues-system-notes-are-misaligned-again' into 'master'

Resolve "BS4: Labels in issues system notes are misaligned again"

Closes #48072

See merge request gitlab-org/gitlab-ce!19972
This commit is contained in:
Annabel Gray 2018-06-18 21:29:43 +00:00
commit 7491a20020
1 changed files with 4 additions and 1 deletions

View File

@ -173,7 +173,10 @@ table {
display: none;
}
.badge {
// Add to .label so that old system notes that are saved to the db
// will still receive the correct styling
.badge,
.label {
padding: 4px 5px;
font-size: 12px;
font-style: normal;