Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader comments render issue. #438

Open
Nness opened this issue Mar 12, 2020 · 1 comment
Open

Reader comments render issue. #438

Nness opened this issue Mar 12, 2020 · 1 comment

Comments

@Nness
Copy link

Nness commented Mar 12, 2020

Example page: https://alistapart.com/article/dropdowns/

Microsoft Edge 80.0.361.66 (Chromium)
image

Firefox 73.01
image

image

The width of comment is caused by list's width style
image

The fix is to add width: unset to the comment class or remove width: 160px in the first place.

Sample of fixed comment
image

Of course there are other issues with comment content itself.

@dpanov
Copy link

dpanov commented Mar 22, 2020

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:

a-list-apart

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants