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;