diff --git a/css/search.css b/css/search.css index abcb214..7117a82 100644 --- a/css/search.css +++ b/css/search.css @@ -105,6 +105,7 @@ font-size: 14px; padding: 10px; cursor: pointer; + line-height: 30px; } .boxbox .body .left .input-box .hint-list .item:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted; diff --git a/css/search.less b/css/search.less index 122b3f9..7ffe5ac 100644 --- a/css/search.less +++ b/css/search.less @@ -111,6 +111,7 @@ font-size: 14px; padding: 10px; cursor: pointer; + line-height: 30px; &:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted;