code100x / cms

Repo for https://app.100xdevs.com/
https://app.100xdevs.com/
906 stars 1.28k forks source link

bug: Comment overflowing and not wrapping #1206

Open mayankraja-me opened 5 days ago

mayankraja-me commented 5 days ago

Describe the bug Comment overflowing the screen and giving horizontal scroll, bcz of this when you try to forward video it scrolls horizontaly

You can check the bug in this lecture here: https://app.100xdevs.com/courses/3/195/196

Expected behavior I guess comments should wrap around if exceds the max width

Screenshots or GIFs image image

karthiknadar1204 commented 5 days ago

if this issue is up for grabs, I would like to work on it

KiranPolaki commented 4 days ago

@mayankraja-me totally agree so i added a break-all which would wrap if the max-width of the page hits. My PR fixes it

mayankraja-me commented 4 days ago

I hope it gets merged