Skip to content

Commit

Permalink
Comments panel: do not truncate the author name (#147924)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlb authored and aeschli committed May 2, 2022
1 parent 131600f commit 301be2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vs/workbench/contrib/comments/browser/media/panel.css
Expand Up @@ -49,8 +49,7 @@

.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .count,
.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-metadata-container .user {
overflow: hidden;
text-overflow: ellipsis;
min-width: fit-content;
}

.comments-panel .comments-panel-container .tree-container .comment-thread-container .comment-snippet-container .text {
Expand Down

0 comments on commit 301be2f

Please sign in to comment.