From b6441683c6aa308ed62dca4edaaeef714b3889db Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 10 Nov 2023 18:29:52 -0800 Subject: [PATCH] Increase reference text on 1st expansion to 3 lines and 140 characters --- src/khoj/interface/web/chat.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index f15489ec..e1c9979d 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -417,6 +417,9 @@ To get started, just start typing below. You can also type / to see a list of co display: block; } + div.references { + padding-top: 8px; + } div.reference { display: grid; grid-template-rows: auto;