mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +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 <FlairAvatar key={index} groupProfile={profile} />;
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
<span className="mx_Flair" style={{"marginLeft": "5px", "verticalAlign": "-3px"}}>
|
<span className="mx_Flair">
|
||||||
{ avatars }
|
{ avatars }
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue