Skip to content
Snippets Groups Projects
Commit 5e987d10 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix spacing of issue emojis

parent c19d58de
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -108,7 +108,7 @@
}
 
.award-control {
margin-right: 5px;
margin: 0 5px 6px 0;
outline: 0;
 
&.disabled {
Loading
Loading
Loading
Loading
@@ -56,6 +56,10 @@
padding: 5px;
max-height: calc(100vh - 100px);
}
.emoji-block {
padding: 10px 0 4px;
}
}
 
.issuable-filter-count {
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment