mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
fix(website): overflow on code blocks
This commit is contained in:
parent
bf3c2339fe
commit
c7c4c16727
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
const { data } = $props()
|
||||
</script>
|
||||
|
||||
<div class="prose max-w-none py-8">
|
||||
<div class="prose min-w-0 py-8 prose-pre:w-full prose-pre:overflow-auto">
|
||||
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
|
||||
{@html data.readmeHtml}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue