diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 53766ac0f9..51e134e7e3 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1083,6 +1083,12 @@ td .commit-summary { margin-left: 15px; } +.repository.view.issue .comment-list .event .detail .text { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + .repository.view.issue .comment-list .event .segments { box-shadow: none; }