[style] expand message bubble max-width
This commit is contained in:
parent
c81e5e0651
commit
0998481fd4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ body {
|
||||||
|
|
||||||
.message-bubble {
|
.message-bubble {
|
||||||
padding: 12px 18px;
|
padding: 12px 18px;
|
||||||
max-width: 70%;
|
max-width: 95%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
|
|
Loading…
Reference in a new issue