xtekky / chatgpt-clone

ChatGPT interface with better UI
https://g4f.ai
GNU General Public License v3.0
3.44k stars 1.03k forks source link

Correct text overflow handling #65

Closed IlyaIskra closed 1 year ago

IlyaIskra commented 1 year ago

During communication, chatgpt sent a link that broke the layout. So I decided to fix the text overflow handling. At the same time, I fixed the case when the first message was too long and pushed the conversation delete button and it became impossible to click on it.

Before: Before

After: After