Remove negative margin hack in MR discussions
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/pages/notes.scss#L156
This line of code uses a negative margin to layout the page as desired. It would be better to figure out a different way to keep the resolved note text and note header close together.