Skip to content
Snippets Groups Projects
Commit 98559541 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Fix award button smiley jumping out of place

parent 75af8d92
No related branches found
No related tags found
1 merge request!10672Fix award button smiley jumping out of place
Pipeline #
Loading
Loading
@@ -123,6 +123,9 @@ ul.notes {
}
 
.note-emoji-button {
position: relative;
line-height: 1;
.fa-spinner {
display: none;
}
Loading
Loading
@@ -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;
}
 
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