mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
demo: fix avatar align
This commit is contained in:
parent
4557d1daa5
commit
f7102b4b20
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user