style: 列表样式调整

This commit is contained in:
fofolee 2021-01-14 12:36:43 +08:00
parent ca6bc0832c
commit 5772b64845

View File

@ -799,14 +799,14 @@ li.CodeMirror-hint {
padding: 5px 10px;
height: 40px;
/* line-height: 50px; */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
}
#quickselect .select2-results__option .title {
font-size: 14px;
line-height: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#quickselect .select2-results__option .description {