fix: improve alignment in list modal when rendering complex emojis

pull/2494/head
William Grant 3 years ago
parent 772fe27b2b
commit c076c5b819

@ -55,6 +55,7 @@ const StyledReactionBar = styled(Flex)`
span:nth-child(1) { span:nth-child(1) {
margin: 0 8px; margin: 0 8px;
color: var(--color-text); color: var(--color-text);
white-space: nowrap;
} }
span:nth-child(2) { span:nth-child(2) {

Loading…
Cancel
Save