mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-07 08:27:05 +00:00
Merge pull request #18594 from iPagar/chat-system-trim
fix: prevent icon layout shift near system instructions in Chat component
This commit is contained in:
commit
46a8e4acad
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@
|
|||
{$i18n.t('System Instructions')}
|
||||
</div>
|
||||
|
||||
{#if !showSystem}
|
||||
{#if !showSystem && system.trim()}
|
||||
<div class=" flex-1 text-gray-500 line-clamp-1">
|
||||
{system}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue