Affordances for really tall messages
This commit is contained in:
parent
2e9eaa855a
commit
b32d068e83
12 changed files with 375 additions and 108 deletions
|
@ -105,7 +105,7 @@ export class MessageBodyHighlight extends React.Component<Props> {
|
|||
const [, toHighlight] = match;
|
||||
count += 2;
|
||||
results.push(
|
||||
<span className="module-message-body__highlight" key={count - 1}>
|
||||
<span className="MessageBody__highlight" key={count - 1}>
|
||||
{renderEmoji({
|
||||
text: toHighlight,
|
||||
sizeClass,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue