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); }