Commit 0331f36a2c97180b95355cc676b3c8238c763789
1 parent
e19ff109
Exists in
spb-stable
and in
3 other branches
Few responsive fixes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
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 |