浏览代码

refac: styling

Timothy J. Baek 9 月之前
父节点
当前提交
1086a0e662
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Messages/Placeholder.svelte

+ 1 - 1
src/lib/components/chat/Messages/Placeholder.svelte

@@ -156,7 +156,7 @@
 								placement="top"
 							>
 								<div
-									class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-400 line-clamp-2 max-w-xl markdown"
+									class="mt-0.5 px-2 text-sm font-normal text-gray-500 dark:text-gray-400 line-clamp-2 max-w-xl markdown"
 								>
 									{@html marked.parse(
 										sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description)