Reader comments render issue.
Opened this issue · 1 comments
Nness commented
Example page: https://alistapart.com/article/dropdowns/
Microsoft Edge 80.0.361.66 (Chromium)
The width of comment is caused by list's width style
The fix is to add width: unset
to the comment class or remove width: 160px
in the first place.
Of course there are other issues with comment content itself.
dpanov commented
Good catch. :-) It's not just the comments, there's a <style>
element with some CSS in it that messes up with the whole page. Here's the header, for example:
Unfortunately, the A List Apart team isn't really paying much attention to this repository and the issues posted here, so I don't think this will be fixed any time soon.