From 7c231504ec67d1ee28fe66d6a5d0e5af79cbbe7c Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 06:03:51 -0400 Subject: [PATCH] update AI page --- public/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/chat.css b/public/css/chat.css index c8a4e1e..f02eeac 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -230,7 +230,7 @@ pre code { /* Keep the button in line */ font-size: 14px; /* Slightly smaller font size for compactness */ - width: 75px; + width: 56px; /* Prevent the button from stretching */ text-align: left; /* Align the text left */