Skip to content

Commit ebd97d0

Browse files
committed
use min-height for .comment-header.avatar-content-left-arrow
1 parent 0a2898c commit ebd97d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,10 @@ td .commit-summary {
13141314
gap: 0.25em;
13151315
}
13161316

1317+
.comment-header.avatar-content-left-arrow {
1318+
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 */
1319+
}
1320+
13171321
.comment-header.avatar-content-left-arrow::after {
13181322
border-right-color: var(--color-box-header);
13191323
}

0 commit comments

Comments
 (0)