From 158ec51ae351e2d65c841dad6c459ab117958a1a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 6 Apr 2023 02:20:52 -0300 Subject: [PATCH] Increase instruct mode padding --- css/html_instruct_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index f50b64d4..d45a3e4b 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -43,11 +43,11 @@ } .assistant-message { - padding: 10px; + padding: 15px; } .user-message { - padding: 10px; + padding: 15px; background-color: #f1f1f1; }