fix: Limit message bubble width to 80% for better chat UX
All checks were successful
BotUI CI/CD / build (push) Successful in 42s
All checks were successful
BotUI CI/CD / build (push) Successful in 42s
This commit is contained in:
parent
817dfe0520
commit
bb05239890
1 changed files with 2 additions and 0 deletions
|
|
@ -237,10 +237,12 @@
|
|||
|
||||
.message.user {
|
||||
align-self: flex-end;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.message.bot {
|
||||
align-self: flex-start;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.message-content {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue