Skip to content

Comment on We Aren’t the World (2013)parent

Comments

I've been on this site for over 5 years and I'm getting pretty sick of the lack of very basic design.

Look at this image:

http://i.imgur.com/kR94sqv.jpg

Not only does it blow by the character limit, it goes right off the end of my screen. These problems are fixable. I'm not advocating a complete overhaul, but how many times have you mistapped / misclicked on a vote button and not been able to reverse it? How come there is still no way to collapse threads? Very basic things.

it goes right off the end of my screen.

It's caused by the non-breaking spaces (Unicode character U+00A0) in this comment: https://news.ycombinator.com/item?id=7685599

A CSS workaround to read this page:

  .comment {
      display: block;
      max-width: 800px;
  }

Thanks, I manually fixed that comment.

I'm not sure what's causing it, but while looking through the HTML I noticed each comment line gets different markup. The first line gets a font tag and the subsequent lines get a p tag. Very strange.

It doesn't do it on mine http://i.imgur.com/N87UGE5.png - mac with Chrome or Safari. Some sort of browser issue maybe?

It's been fixed.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.