diff --git a/clients/search-component/src/TrieveModal/Chat/ChatMode.tsx b/clients/search-component/src/TrieveModal/Chat/ChatMode.tsx index 123292860..7dd2d1764 100644 --- a/clients/search-component/src/TrieveModal/Chat/ChatMode.tsx +++ b/clients/search-component/src/TrieveModal/Chat/ChatMode.tsx @@ -60,7 +60,11 @@ export const ChatMode = () => { Close -
+
diff --git a/clients/search-component/src/TrieveModal/index.css b/clients/search-component/src/TrieveModal/index.css index 8d819c629..1d78c66a8 100644 --- a/clients/search-component/src/TrieveModal/index.css +++ b/clients/search-component/src/TrieveModal/index.css @@ -499,7 +499,7 @@ body { } .brand-name { - @apply text-white px-1.5 py-1 rounded-md font-[500] whitespace-nowrap; + @apply text-white px-1.5 py-1 rounded-md font-[500] whitespace-nowrap leading-8; } } } @@ -529,7 +529,11 @@ body { /* SUGGESTED QUESTIONS */ .system-information-wrapper { - @apply mb-8; + @apply mb-10; + + &.with-group { + @apply mb-24; + } p { @apply mb-6 sm:mb-4;