mirror of
https://github.com/open-webui/open-webui
synced 2025-02-22 21:32:32 +00:00
fix table header align on rtl
This commit is contained in:
parent
ab94017e3a
commit
b73b8343d5
@ -118,7 +118,7 @@
|
||||
class="!px-3 !py-1.5 cursor-pointer border border-gray-50 dark:border-gray-850"
|
||||
style={token.align[headerIdx] ? '' : `text-align: ${token.align[headerIdx]}`}
|
||||
>
|
||||
<div class="flex flex-col gap-1.5 text-left">
|
||||
<div class="flex flex-col gap-1.5 text-start">
|
||||
<div class="flex-shrink-0 break-normal">
|
||||
<MarkdownInlineTokens
|
||||
id={`${id}-${tokenIdx}-header-${headerIdx}`}
|
||||
|
Loading…
Reference in New Issue
Block a user