Skip to content

Commit

Permalink
style: update max-width in chat message item
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakai committed Oct 13, 2024
1 parent afd75e0 commit 85e70f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@

.chat-message-item {
box-sizing: border-box;
max-width: 300px;
max-width: 100%;
margin-top: 10px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.05);
Expand Down

0 comments on commit 85e70f5

Please sign in to comment.