
Seems like I spotted a bug for the frontend team. Syed Fazle Rahman
Bug found in the following / followers section. As seen in the pic, the div is not warring the text of the description and as far as I can guess this is because the description in the pic is a single long string without spaces. I guess some simple logic can be added to add an hyphen line-break in these cases...
Thank you for the report. Maybe you could describe where you found it? Btw, there is a form which you can use to report bugs ;)

Don't you think they should add a way to add pics in the bug report section? It is pretty hard to explain UI issues...
Ibrahim Tanyalcin
{intrst:"Scnc&Art",msc:"admin@MutaFrame",strive:"Experiment&Learn",loves:"ES5",hates:"bandwagon",lang:"Javascript",twttr:"@ibrhmTanyalcin"}
Looks like it is the JSON file for my description folks :)))). Since I cannot follow myself here is a guess:
if you open the inspector, highlight that extending text and add to css
word-wrap:break-word; word-break:break-all;does it work?