File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
44
.comments-panel .comments-panel-container .tree-container .comment-thread-container .icon {
45
45
padding-top : 4px ;
46
46
padding-right : 5px ;
47
+ min-width : fit-content;
48
+ }
49
+
50
+ .comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .count ,
51
+ .comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .user {
52
+ overflow : hidden;
53
+ text-overflow : ellipsis;
47
54
}
48
55
49
- .comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .count ,
50
56
.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .text {
51
57
display : flex;
52
58
flex : 1 ;
55
61
56
62
.comments-panel .comments-panel-container .tree-container .comment-thread-container .reply-detail ,
57
63
.comments-panel .comments-panel-container .tree-container .comment-thread-container .timestamp {
58
- display : flex;
64
+ display : block;
65
+ overflow : hidden;
66
+ text-overflow : ellipsis;
59
67
font-size : 0.9em ;
60
68
padding-right : 5px ;
61
69
opacity : 0.8 ;
You can’t perform that action at this time.
0 commit comments