Fixes the blown up emoji problem in notes
This commit is contained in:
parent
5a332c5974
commit
d844d97666
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
background-color: $gray-lightest;
|
background-color: $gray-lightest;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.js-lazy-loaded {
|
img.js-lazy-loaded,
|
||||||
|
img.emoji {
|
||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
min-height: inherit;
|
min-height: inherit;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue