fix: alert sizing

This commit is contained in:
2026-02-28 14:30:17 +08:00
parent 4eaa888198
commit 6da2284ead
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ customElement('md-table', { roll: false, remix: false }, (props, { element }) =>
</div>
</div>
</div>
<div class="p-1 prose max-w-none">
<div class="p-4 prose max-w-none">
<Show when={!csvData.loading && filteredRows().length > 0}>
<div innerHTML={bodyHtml()} />
</Show>