UI: Increase the instruct width to 768px

This commit is contained in:
oobabooga 2026-03-13 12:24:48 -07:00
parent 5362bbb413
commit cabb95f0d6

View file

@ -78,7 +78,7 @@
.chat .user-message .text,
.chat .assistant-message .text {
max-width: 700px;
max-width: 768px;
margin-left: auto;
margin-right: auto;
}