UI: improve the message width in instruct mode

This commit is contained in:
oobabooga 2024-12-19 16:11:29 -08:00
parent 89888bef56
commit ee3a533e5c

View File

@ -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;
} }