From 948e41cec65feeb408e820281faa9a8de61db12c Mon Sep 17 00:00:00 2001 From: asepharyana Date: Thu, 2 Jul 2026 07:08:58 +0700 Subject: [PATCH] fix(ui): chat bubble max-w-xs broken by tailwind spacing override (4px not 320px) tailwind.config.js overrides spacing.xs to 4px, which also overrides max-w-xs to max-width: 4px instead of the default 20rem (320px). Changed to explicit max-w-[280px] to bypass the corrupted token. --- services/frontend/src/widgets/mascot/MascotChatbot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/src/widgets/mascot/MascotChatbot.tsx b/services/frontend/src/widgets/mascot/MascotChatbot.tsx index d3cc9bb..8394043 100644 --- a/services/frontend/src/widgets/mascot/MascotChatbot.tsx +++ b/services/frontend/src/widgets/mascot/MascotChatbot.tsx @@ -188,7 +188,7 @@ export function MascotChatbot({ )}