We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e79f8d commit 284b97bCopy full SHA for 284b97b
1 file changed
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
@@ -134,6 +134,7 @@
134
<div class="scrollbar-hidden relative overflow-x-auto max-w-full">
135
<table
136
class=" w-full text-sm text-left text-gray-500 dark:text-gray-400 max-w-full rounded-xl"
137
+ dir="auto"
138
>
139
<thead
140
class="text-xs text-gray-700 uppercase bg-white dark:bg-gray-900 dark:text-gray-400 border-none"
0 commit comments