Skip to content

Commit 5ac502e

Browse files
committed
refac
1 parent c60b0fa commit 5ac502e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/FileNav/FilePreview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
{@html renderedHtml}
214214
</div>
215215
{:else if isCsv && !showRaw && csvRows.length > 0}
216-
<div class="overflow-auto h-full p-3">
216+
<div class="overflow-auto h-full px-3 pb-3">
217217
<table class="csv-table w-full text-xs font-mono border-collapse">
218218
<thead>
219219
<tr>

0 commit comments

Comments
 (0)