From 6edad0602fc584690e6536d2b5fe23ea87f2c814 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 4 Oct 2025 14:56:49 -0500 Subject: [PATCH] fix minor bug --- src/webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 10c2843..0f41d8c 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -129,6 +129,7 @@ body { } #chatArea { display: flex; + min-width: 40%; } .flexttb { min-width: 0;