summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-19 16:05:51 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-19 16:05:51 -0500
commit5e987d10169a93d52056b72cfbf07efd6a7193cd (patch)
tree5c6a872a9adf026fdc379bef89ef5e592852ace2 /app/views/projects
parentc19d58de67ecf0fcf224ad72d1756e2e9b8fe83c (diff)
downloadgitlab-ce-5e987d10169a93d52056b72cfbf07efd6a7193cd.tar.gz
Fix spacing of issue emojis32631-issue-emoji-wrap
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/issues/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index b2401442620..82d8e4d769b 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -69,11 +69,11 @@
#related-branches{ data: { url: related_branches_namespace_project_issue_url(@project.namespace, @project, @issue) } }
// This element is filled in using JavaScript.
- .content-block.content-block-small
+ .content-block.emoji-block
.row
- .col-sm-6
+ .col-sm-8
= render 'award_emoji/awards_block', awardable: @issue, inline: true
- .col-sm-6.new-branch-col
+ .col-sm-4.new-branch-col
= render 'new_branch' unless @issue.confidential?
%section.issuable-discussion