We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e78e8 commit 6b66cb5Copy full SHA for 6b66cb5
1 file changed
src/lib/components/chat/Messages/CodeBlock.svelte
@@ -555,7 +555,7 @@
555
{/if}
556
{:else}
557
<div
558
- class="bg-white dark:bg-black dark:text-white rounded-b-2xl! pt-0.5 pb-2 px-4 flex flex-col gap-2 text-xs"
+ class="bg-white dark:bg-black dark:text-white rounded-b-2xl! pt-1 pb-2 px-4 flex flex-col gap-2 text-xs"
559
>
560
<span class="text-gray-500 italic">
561
{$i18n.t('{{COUNT}} hidden lines', {
0 commit comments