From 145288945df6db5f1ffb8abb1bb107796506b651 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 18 Jun 2018 21:29:43 +0000 Subject: [PATCH] Resolve "BS4: Labels in issues system notes are misaligned again" --- app/assets/stylesheets/bootstrap_migration.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 6017e5554d8..0d8e867f41d 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -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;