Commit 0331f36a2c97180b95355cc676b3c8238c763789

Authored by Dmitriy Zaporozhets
1 parent e19ff109

Few responsive fixes

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/projects/issues/_issue_context.html.haml
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 = link_to_member(@project, @issue.assignee) 11 = link_to_member(@project, @issue.assignee)
12 12
13 13
14 - .pull-right.hidden-sm 14 + .pull-right.hidden-sm.hidden-xs
15 - if issue.milestone 15 - if issue.milestone
16 - milestone = issue.milestone 16 - milestone = issue.milestone
17 %cite.cgray Attached to milestone 17 %cite.cgray Attached to milestone
app/views/projects/merge_requests/show/_mr_title.html.haml
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 %i.icon-edit 34 %i.icon-edit
35 Edit 35 Edit
36 36
37 -.votes-holder 37 +.votes-holder.hidden-sm.hidden-xs
38 #votes= render 'votes/votes_block', votable: @merge_request 38 #votes= render 'votes/votes_block', votable: @merge_request
39 39
40 .back-link 40 .back-link