Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: message width
  • Loading branch information
Na2CuCl4 committed Dec 23, 2025
commit 2d3f2d85d24c9a6178341b77f5ca6235eb2cf4d6
1 change: 1 addition & 0 deletions app/components/chat.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
}

.chat-message-user > .chat-message-container {
width: var(--message-max-width);
align-items: flex-end;
}

Expand Down