Fixes the blown up emoji problem in notes

This commit is contained in:
Tim Zallmann 2017-08-17 21:03:35 +00:00 committed by Clement Ho
parent 5a332c5974
commit d844d97666
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
background-color: $gray-lightest;
}
img.js-lazy-loaded {
img.js-lazy-loaded,
img.emoji {
min-width: inherit;
min-height: inherit;
background-color: inherit;