demo: fix avatar align

This commit is contained in:
afc163 2018-10-16 12:08:44 +08:00
parent 4557d1daa5
commit f7102b4b20

View File

@ -45,7 +45,7 @@ class CustomNavMention extends React.Component {
<Avatar
src={suggestion.icon}
size="small"
style={{ width: 14, height: 14, marginRight: 8, top: 2, position: 'relative' }}
style={{ width: 14, height: 14, marginRight: 8, top: -1, position: 'relative' }}
/>
{suggestion.name} - {suggestion.type}
</Nav>