You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Example page: https://alistapart.com/article/dropdowns/
Microsoft Edge 80.0.361.66 (Chromium)
Firefox 73.01
The width of comment is caused by list's width style
The fix is to add
width: unset
to the comment class or removewidth: 160px
in the first place.Sample of fixed comment
Of course there are other issues with comment content itself.
The text was updated successfully, but these errors were encountered: