score:1

Accepted answer

try the below code::

<tablecell align="right" > 
    <avatar src={n.image} style={{width: 25, height: 25, display: 'inline-block', vertical-align: 'top'  }}/> 
    <span style={{color: '#0066ff', cursor: 'pointer',  display: 'inline-block', vertical-align: 'top', width: 'calc(100% - 35px)' }} >{n.name}</span> 
</tablecell>

Related Query

More Query from same tag