eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Fixed bug where text overflows onto send button #99

Closed AlexHalb closed 4 years ago

AlexHalb commented 4 years ago

Fixes bug where when a message is too long, it is obscured by the send message button. Now, the text wraps before the button and is fully visible.