From e19e9fdfe7456c484e3a00ce1877660fc76cf4f2 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Fri, 17 Nov 2023 10:58:34 +0100 Subject: [PATCH] Prevent label/flag/bugref overlapping --- assets/stylesheets/comments.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/comments.scss b/assets/stylesheets/comments.scss index c1f7359a3b9..6852987c7cb 100644 --- a/assets/stylesheets/comments.scss +++ b/assets/stylesheets/comments.scss @@ -55,6 +55,10 @@ white-space: nowrap; } + *>.openqa-bugref, *>.openqa-label, *>.openqa-flag { + line-height: 2.05; + } + .openqa-bugref { background-color: #eee; color: #666666;