Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceankoh committed Jan 20, 2024
2 parents b8ada43 + 967d8c1 commit 2c09547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/Game.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ div.message.outgoing {
}

div.message > div {
width: 75%;
max-width: 75%;
margin-left: 0;
padding: 10px;
border-radius: 5px;
word-wrap: break-word;
text-align: start;
}

div.message.outgoing > div {
Expand Down

0 comments on commit 2c09547

Please sign in to comment.