提交 a4b67733 编写于 作者: R Rachel Macfarlane

Ellipsis on text overflow in comments panel, fixes...

Ellipsis on text overflow in comments panel, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/122
上级 a8f286ba
......@@ -30,8 +30,15 @@
opacity: 0.5;
}
.comments-panel .comments-panel-container .tree-container .comment-container .text {
flex: 1;
min-width: 0;
}
.comments-panel .comments-panel-container .tree-container .comment-container .text * {
margin: 0;
text-overflow: ellipsis;
overflow: hidden;
}
.comments-panel .comments-panel-container .message-box-container {
......@@ -49,6 +56,5 @@
.comments-panel .comments-panel-container .tree-container .comment-container {
line-height: 22px;
text-overflow: ellipsis;
overflow: hidden;
margin-right: 5px;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册