have the input message wrap. Fixes #131460

This commit is contained in:
Tyler Leonhardt 2021-08-24 13:22:08 -07:00
parent 7b42be8201
commit 9e0732389b
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -130,9 +130,7 @@
.quick-input-message {
margin-top: -1px;
padding: 5px 5px 2px 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow-wrap: break-word;
}
.quick-input-message > .codicon {