Center align conversation headers
This commit is contained in:
parent
aec3b76117
commit
b330b5cbb6
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue