add overflow ellipsis fixes #130935

This commit is contained in:
Tyler Leonhardt 2021-08-16 18:46:37 -07:00
parent 5294e11530
commit f4f6a69ac1
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -26,6 +26,8 @@
.quick-input-title {
padding: 3px 0px;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
}
.quick-input-right-action-bar {
@ -53,7 +55,6 @@
}
.quick-input-header {
display: flex;
padding: 6px 6px 0px 6px;
margin-bottom: -2px;
}
@ -127,6 +128,8 @@
.quick-input-message {
margin-top: -1px;
padding: 5px 5px 2px 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.quick-input-message > .codicon {