mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
Remove inline CSS
This commit is contained in:
parent
f6eca14bee
commit
060bf3bdf6
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ export default class Flair extends React.Component {
|
|||
return <FlairAvatar key={index} groupProfile={profile} />;
|
||||
});
|
||||
return (
|
||||
<span className="mx_Flair" style={{"marginLeft": "5px", "verticalAlign": "-3px"}}>
|
||||
<span className="mx_Flair">
|
||||
{ avatars }
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue