Skip to content
Snippets Groups Projects
Commit b4bef24b authored by Taurie Davis's avatar Taurie Davis
Browse files

32720 Create equal padding for emoji on comments and emoji-block

parent 71f9c43c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -100,7 +100,6 @@
 
.award-menu-holder {
display: inline-block;
position: absolute;
 
.tooltip {
white-space: nowrap;
Loading
Loading
@@ -108,7 +107,7 @@
}
 
.award-control {
margin: 0 5px 6px 0;
margin: 4px 8px 4px 0;
outline: 0;
position: relative;
 
Loading
Loading
Loading
Loading
@@ -58,7 +58,7 @@
}
 
.emoji-block {
padding: 10px 0 4px;
padding: 10px 0;
}
}
 
Loading
Loading
Loading
Loading
@@ -249,14 +249,19 @@ ul.related-merge-requests > li {
}
 
@media (min-width: $screen-sm-min) {
.new-branch-col {
padding-top: 0;
text-align: right;
}
.emoji-block .row {
display: flex;
 
.create-mr-dropdown-wrap {
.btn-group:not(.hide) {
display: inline-block;
.new-branch-col {
padding-top: 0;
text-align: right;
align-self: center;
}
.create-mr-dropdown-wrap {
.btn-group:not(.hide) {
display: inline-block;
}
}
}
}
---
title: Create equal padding for emoji
merge_request:
author:
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