From ee3a533e5cc43612d887bdf275a786edd581eec0 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:11:29 -0800 Subject: [PATCH] UI: improve the message width in instruct mode --- 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 7f74bf88..dcc19c29 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -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; }