summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-04-12 19:34:22 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-04-12 19:34:22 -0500
commit98559541e89ddcf780c681b38c35c477bce6ffb7 (patch)
treefbbd1c27fe6e4be2d371d612ba5b7503b75e301e
parent75af8d9232839aad78c23874ac36894d6a0730f5 (diff)
downloadgitlab-ce-30863-fix-award-button-smiley-jumping-out-of-place.tar.gz
Fix award button smiley jumping out of place30863-fix-award-button-smiley-jumping-out-of-place
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30863
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index ad0f2f6efbb..8d6f212ccf5 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -123,6 +123,9 @@ ul.notes {
}
.note-emoji-button {
+ position: relative;
+ line-height: 1;
+
.fa-spinner {
display: none;
}
@@ -428,7 +431,8 @@ ul.notes {
.award-control-icon-positive,
.award-control-icon-super-positive {
position: absolute;
- margin-left: -20px;
+ top: 0;
+ left: 0;
opacity: 0;
}