fix: Limit message bubble width to 80% for better chat UX
All checks were successful
BotUI CI/CD / build (push) Successful in 42s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-15 08:27:00 -03:00
parent 817dfe0520
commit bb05239890

View file

@ -237,10 +237,12 @@
.message.user {
align-self: flex-end;
max-width: 80%;
}
.message.bot {
align-self: flex-start;
max-width: 80%;
}
.message-content {