mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 14:25:19 +00:00
fix: citation styling
This commit is contained in:
parent
038b6af813
commit
c1fc7bc764
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@
|
||||||
<div class="bg-white dark:bg-gray-700 rounded-full size-4">
|
<div class="bg-white dark:bg-gray-700 rounded-full size-4">
|
||||||
{idx + 1}
|
{idx + 1}
|
||||||
</div>
|
</div>
|
||||||
<div class=" mx-2">
|
<div class="flex-1 mx-2 line-clamp-1">
|
||||||
{citation.source.name}
|
{citation.source.name}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue