fix custom emoji positionning

This commit is contained in:
Nicolas Constant 2019-07-29 21:10:26 -04:00
parent 58e3f4a34c
commit 761a910d31
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,10 @@
left: -1px;
font-size: 19px !important;
cursor: pointer !important;
}
::ng-deep .emoji-mart-emoji-custom span {
position: relative;
top: 0px;
left: 0px;
}