Commit 5e987d10 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix spacing of issue emojis

parent c19d58de
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
} }
.award-control { .award-control {
margin-right: 5px; margin: 0 5px 6px 0;
outline: 0; outline: 0;
&.disabled { &.disabled {
......
...@@ -56,6 +56,10 @@ ...@@ -56,6 +56,10 @@
padding: 5px; padding: 5px;
max-height: calc(100vh - 100px); max-height: calc(100vh - 100px);
} }
.emoji-block {
padding: 10px 0 4px;
}
} }
.issuable-filter-count { .issuable-filter-count {
......
...@@ -69,11 +69,11 @@ ...@@ -69,11 +69,11 @@
#related-branches{ data: { url: related_branches_namespace_project_issue_url(@project.namespace, @project, @issue) } } #related-branches{ data: { url: related_branches_namespace_project_issue_url(@project.namespace, @project, @issue) } }
// This element is filled in using JavaScript. // This element is filled in using JavaScript.
.content-block.content-block-small .content-block.emoji-block
.row .row
.col-sm-6 .col-sm-8
= render 'award_emoji/awards_block', awardable: @issue, inline: true = 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? = render 'new_branch' unless @issue.confidential?
%section.issuable-discussion %section.issuable-discussion
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment