Skip to content

Commit

Permalink
word wrap stupidly long words in chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAscends committed Dec 27, 2023
1 parent 4e8a1ba commit 0c025f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ pre {
#AIchat div {
padding: 5px 5% 5px 10px;
margin-bottom: 10px;
overflow-wrap: break-word;
}

#chat div:hover,
Expand Down

0 comments on commit 0c025f4

Please sign in to comment.