This commit is contained in:
Timothy J. Baek 2024-10-05 23:55:44 -07:00
parent 7ee07df26a
commit 2981212dfa

View File

@ -49,7 +49,7 @@
}} }}
/> />
{:else} {:else}
{unescapeHtml(token.text)} {token.text}
{/if} {/if}
{:else if token.type === 'table'} {:else if token.type === 'table'}
<div class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full"> <div class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full">