mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
Updated CSS for citation to not suppress <hr>.
This commit is contained in:
parent
c40ea7f29d
commit
296d8903fe
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@
|
|||
rawContent.length > CONTENT_PREVIEW_LIMIT &&
|
||||
!expandedDocs.has(documentIdx)}
|
||||
{#if $settings?.renderMarkdownInPreviews ?? true}
|
||||
<div class="text-sm prose dark:prose-invert max-w-full">
|
||||
<div class="text-sm prose dark:prose-invert max-w-full [&_hr]:border-gray-300 [&_hr]:dark:border-gray-600 [&_hr]:my-4">
|
||||
<Markdown
|
||||
content={isTruncated
|
||||
? rawContent.slice(0, CONTENT_PREVIEW_LIMIT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue