mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix table header align on rtl
This commit is contained in:
parent
ab94017e3a
commit
b73b8343d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue