Center align conversation headers
This commit is contained in:
@@ -320,9 +320,9 @@ export const ConversationList: React.FC<PropsType> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<span aria-rowindex={index + 1} role="row" style={style} key={key}>
|
<span aria-rowindex={index + 1} role="row" style={style} key={key}>
|
||||||
<div role="gridcell" aria-colindex={1}>
|
<span role="gridcell" aria-colindex={1}>
|
||||||
{result}
|
{result}
|
||||||
</div>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user