Commit 8a2b89f3 authored by tauriedavis's avatar tauriedavis

fix margin for multi-line emojis

parent 7da2dcc1
......@@ -249,6 +249,10 @@
> .controls {
float: right;
}
.new-branch {
margin-top: 3px;
}
}
.content-block-small {
......
......@@ -93,6 +93,8 @@
}
.award-control {
margin-top: 3px;
margin-bottom: 3px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
......
- if can?(current_user, :push_code, @project)
.pull-right
#new-branch{'data-path' => can_create_branch_namespace_project_issue_path(@project.namespace, @project, @issue)}
#new-branch.new-branch{'data-path' => can_create_branch_namespace_project_issue_path(@project.namespace, @project, @issue)}
= link_to '#', class: 'checking btn btn-grouped', disabled: 'disabled' do
= icon('spinner spin')
Checking branches
......
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