On the feedback page, please make the comments text area narrower, so it doesn't overlap with the tools on the right when you resize it.
Here's some code proposed by Kaldari.
Padding for the feedback text needs to be fixed. Right now it flows underneath
the tools panel so you can't read all of it.
To fix this, change...
.articleFeedbackv5-feedback blockquote {
padding: 0 180px 0 0;
to...
.articleFeedbackv5-feedback blockquote {
padding: 0 210px 0 0;
Version: unspecified
Severity: major