Skip to content

Commit

Permalink
Improves post preview styling
Browse files Browse the repository at this point in the history
  • Loading branch information
iPaulPro committed Nov 9, 2023
1 parent 38a8dfa commit d834f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/components/PostPreview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</div>

{#if postMetaData.lens.content}
<div class='prose dark:prose-invert pt-4 pb-2 pr-4'>
<div class='h-full prose dark:prose-invert pt-4 pb-2 pr-4'>
{@html contentHtml}
</div>
{/if}
Expand Down

0 comments on commit d834f64

Please sign in to comment.