Skip to content

Commit 6b66cb5

Browse files
committed
refac
1 parent 58e78e8 commit 6b66cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/Messages/CodeBlock.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
{/if}
556556
{:else}
557557
<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"
558+
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"
559559
>
560560
<span class="text-gray-500 italic">
561561
{$i18n.t('{{COUNT}} hidden lines', {

0 commit comments

Comments
 (0)