Commit b4bef24b authored by tauriedavis's avatar tauriedavis

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

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