Closed david-cako closed 7 years ago
Without this code, it actually looks good to me. If I add this code it creates the 'before' problem you mentioned. This happened before in issue #86. I think perhaps there's a case where the markup changes which results in this problem. As there doesn't seem to be any downsides to it, I'm just including both the code you added and the code you removed.
Ah nevermind, I see the problem. This code creates a spacing issue on full comment chain /item pages but fixes #121 (individual comment item pages).
Spacing on /item pages has been botched since I started using HNES over a year ago.
This fixes the issue by again making the first 0px-width element
colspan='2'
, and changing reply todisplay: block
.Before:
After: