Resolve "BS4: Labels in issues system notes are misaligned again"
This commit is contained in:
parent
afa47b7c48
commit
145288945d
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue