mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 23:11:12 +02:00
Remove inline CSS
This commit is contained in:
parent
f6eca14bee
commit
060bf3bdf6
@ -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…
x
Reference in New Issue
Block a user