diff --git a/changelog.d/interaction_list.fix b/changelog.d/interaction_list.fix new file mode 100644 index 000000000..6a4692405 --- /dev/null +++ b/changelog.d/interaction_list.fix @@ -0,0 +1 @@ +fixed incorrect emoji display in post interaction lists diff --git a/src/components/user_list_popover/user_list_popover.vue b/src/components/user_list_popover/user_list_popover.vue index 293a47094..fdd2f3ce0 100644 --- a/src/components/user_list_popover/user_list_popover.vue +++ b/src/components/user_list_popover/user_list_popover.vue @@ -63,11 +63,6 @@ flex-direction: column; margin-left: 0.5em; min-width: 5em; - - img { - width: 1em; - height: 1em; - } } .user-list-screen-name {