mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-09 12:09:04 +01:00
UI: improve the message width in instruct mode
This commit is contained in:
parent
89888bef56
commit
ee3a533e5c
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
.chat .user-message .text,
|
.chat .user-message .text,
|
||||||
.chat .assistant-message .text {
|
.chat .assistant-message .text {
|
||||||
max-width: 40.25rem;
|
max-width: 645px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user