Fix line height on url preview fail

This commit is contained in:
Jon Staab
2024-11-18 16:48:51 -08:00
parent 06a03f5ab1
commit bf599cb190

View File

@@ -54,7 +54,7 @@
{/if}
</div>
{:catch}
<p class="bg-alt p-12 text-center">
<p class="bg-alt p-12 text-center leading-normal">
Unable to load a preview for {url}
</p>
{/await}