diff --git a/web_src/css/repo.css b/web_src/css/repo.css index d8e1767f30..762c755009 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1079,6 +1079,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; }