Comment text cut off in comments panel (#214212)

Fixes #212956
This commit is contained in:
Alex Ross 2024-06-04 05:11:14 -07:00 committed by GitHub
parent a790cb6a7e
commit d674a83b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,11 +90,14 @@
.comments-panel .comments-panel-container .tree-container .comment-thread-container .text * {
margin: 0;
text-overflow: ellipsis;
max-width: 500px;
overflow: hidden;
padding-right: 5px;
}
.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata .text * {
max-width: 700px;
}
.comments-panel .comments-panel-container .tree-container .comment-thread-container .range {
opacity: 0.8;
}