From cabb95f0d6077d44741eb2a3ee0587470ade6300 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:24:48 -0700 Subject: [PATCH] UI: Increase the instruct width to 768px --- css/html_instruct_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 72a148c3..d4780350 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -78,7 +78,7 @@ .chat .user-message .text, .chat .assistant-message .text { - max-width: 700px; + max-width: 768px; margin-left: auto; margin-right: auto; }