comment fields extend off to the right on small devices
travisdowns opened this issue · 2 comments
travisdowns commented
travisdowns commented
The problem is that <fieldset> has an implicit min-width: content-width on most (all?) browsers, combined with a width: 420 for textfield causes the containing fieldset to have a min-width of 420, leading to this overflow.
travisdowns commented
fixed by getting rid of <fieldset>, not sure why those are there. Other fixes are possible if it needs to be added back for some reason.
