mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-22 16:40:21 +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 .assistant-message .text {
|
||||
max-width: 40.25rem;
|
||||
max-width: 645px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue