提交 415c4637 编写于 作者: B Benjamin Pasero

fix #44301

上级 59a8ee17
......@@ -74,6 +74,7 @@
overflow: hidden;
text-overflow: ellipsis;
flex: 1; /* let the message always grow */
user-select: text;
}
.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-message a:focus {
......@@ -84,7 +85,6 @@
.monaco-workbench .notifications-list-container .notification-list-item.expanded .notification-list-item-message {
white-space: normal;
word-wrap: break-word; /* never overflow long words, but break to next line */
user-select: text;
}
/** Notification: Toolbar Container */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册