From ebd97d0e1b67992a590e0599b80d3fe19faa65b2 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 19 Nov 2025 08:44:34 +0800 Subject: [PATCH] use min-height for .comment-header.avatar-content-left-arrow --- web_src/css/repo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index b80445cd4f..d1f0cf7cff 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1314,6 +1314,10 @@ td .commit-summary { gap: 0.25em; } +.comment-header.avatar-content-left-arrow { + min-height: 41px; /* for a comment header with left arrow, the arrow is absolutely positioned, but the header content varies (for example: no "roles", etc), so it needs a min-height */ +} + .comment-header.avatar-content-left-arrow::after { border-right-color: var(--color-box-header); }