Fix the positioning of the "Toggle-discussion" button
The following discussion from gitlab-ce!28440 should be addressed: - [ ] @dpalubin started a [discussion](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28440#note_173781411): (+3 comments) > @pslaughter I like the idea of using flex box instead of using margins/padding to center content. However, with the way the hierarchy of elements are set up, applying the flex box here will also cause the Toggle-discussion button to shift when resolving discussions. > > ![unresolved](/uploads/5fbe74f72df08e44517064f3d1665c5d/unresolved.png) > > ![resolved](/uploads/5b62f8e4c0903dcdb57579e943608e50/resolved.png) > > What is your opinion on this? I would prefer the button to remain in the same position in both cases. I liked the appearance of having the button on the top right regardless of the position of the text to the left, as in this image: > > ![unresolved_topbutton](/uploads/07774649fa670a7c707a6a74f19e8a08/unresolved_topbutton.png) > > This was the way it was showing up for me through the gdk in this merge request. To achieve this same effect using a flex box, the toggle discussion button would have to be taken out of note-header-info and moved to a higher level element
issue