mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: table cells format
This commit is contained in:
parent
62e63cffe7
commit
6c4352de07
@ -123,7 +123,7 @@
|
|||||||
class="px-3! py-1.5! cursor-pointer border border-gray-100 dark:border-gray-850"
|
class="px-3! py-1.5! cursor-pointer border border-gray-100 dark:border-gray-850"
|
||||||
style={token.align[headerIdx] ? '' : `text-align: ${token.align[headerIdx]}`}
|
style={token.align[headerIdx] ? '' : `text-align: ${token.align[headerIdx]}`}
|
||||||
>
|
>
|
||||||
<div class="flex flex-col gap-1.5 text-left">
|
<div class="gap-1.5 text-left">
|
||||||
<div class="shrink-0 break-normal">
|
<div class="shrink-0 break-normal">
|
||||||
<MarkdownInlineTokens
|
<MarkdownInlineTokens
|
||||||
id={`${id}-${tokenIdx}-header-${headerIdx}`}
|
id={`${id}-${tokenIdx}-header-${headerIdx}`}
|
||||||
@ -144,7 +144,7 @@
|
|||||||
class="px-3! py-1.5! text-gray-900 dark:text-white w-max border border-gray-100 dark:border-gray-850"
|
class="px-3! py-1.5! text-gray-900 dark:text-white w-max border border-gray-100 dark:border-gray-850"
|
||||||
style={token.align[cellIdx] ? '' : `text-align: ${token.align[cellIdx]}`}
|
style={token.align[cellIdx] ? '' : `text-align: ${token.align[cellIdx]}`}
|
||||||
>
|
>
|
||||||
<div class="flex flex-col break-normal">
|
<div class="break-normal">
|
||||||
<MarkdownInlineTokens
|
<MarkdownInlineTokens
|
||||||
id={`${id}-${tokenIdx}-row-${rowIdx}-${cellIdx}`}
|
id={`${id}-${tokenIdx}-row-${rowIdx}-${cellIdx}`}
|
||||||
tokens={cell.tokens}
|
tokens={cell.tokens}
|
||||||
|
Loading…
Reference in New Issue
Block a user