Fix rendering of long names in <ProfileChangeNotification>
This commit is contained in:
parent
f82012f129
commit
c251726698
2 changed files with 20 additions and 1 deletions
|
@ -24,7 +24,9 @@ export function ProfileChangeNotification(props: PropsType): JSX.Element {
|
|||
return (
|
||||
<div className="SystemMessage">
|
||||
<div className="SystemMessage__icon SystemMessage__icon--profile" />
|
||||
<Emojify text={message} />
|
||||
<span>
|
||||
<Emojify text={message} />
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue