Commit 16f38131 authored by Fatih Acet's avatar Fatih Acet

Merge branch '30863-fix-award-button-smiley-jumping-out-of-place' into 'master'

Fix award button smiley jumping out of place

Closes #30863

See merge request !10672
parents bdaf3dfd 98559541
......@@ -123,6 +123,9 @@ ul.notes {
}
.note-emoji-button {
position: relative;
line-height: 1;
.fa-spinner {
display: none;
}
......@@ -443,7 +446,8 @@ ul.notes {
.award-control-icon-positive,
.award-control-icon-super-positive {
position: absolute;
margin-left: -20px;
top: 0;
left: 0;
opacity: 0;
}
......
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