FIX: post link arrow position with long title
This commit is contained in:
parent
1ec25ba2a7
commit
2605c87ed9
|
@ -22,7 +22,7 @@ export default createWidget('post-links', {
|
||||||
h('a.track-link', {
|
h('a.track-link', {
|
||||||
className: link.reflection ? 'inbound' : 'outbound',
|
className: link.reflection ? 'inbound' : 'outbound',
|
||||||
attributes: { href: link.url }
|
attributes: { href: link.url }
|
||||||
}, [linkBody, iconNode(link.reflection ? 'arrow-left' : 'arrow-right')])
|
}, [iconNode(link.reflection ? 'arrow-left' : 'arrow-right'), linkBody])
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue