From 5772b64845dfa0bd357e6f8ceb7818b5b9b51a96 Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 14 Jan 2021 12:36:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/options.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 70daf4c..d844dce 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -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 {