mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
UI: Only add a blank space to streaming messages in instruct mode
This commit is contained in:
parent
71fa046c17
commit
e3bba510d4
3 changed files with 3 additions and 3 deletions
|
|
@ -390,7 +390,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
word-break: break-word;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue