Skip to content

Commit

Permalink
[fix] Address User Message Mobile Styling (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Jan 31, 2024
1 parent 1e401ac commit 8b91c21
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

.chatMessageUserMessage {
display: flex;
padding: 20px;
background: #EDF5FD;
border-radius: 8px;
Expand All @@ -93,12 +94,11 @@
font-size: 14px;
line-height: 22px;
color: #242424;
flex: none;
order: 0;
flex-grow: 0;
white-space: pre-wrap;
word-wrap: break-word;
max-width: 800px;
max-width: 80%;
}

.chatMessageGpt {
Expand Down
1 change: 1 addition & 0 deletions static/assets/index-03186b6a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 8b91c21

Please sign in to comment.