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 (
|
||||
<span aria-rowindex={index + 1} role="row" style={style} key={key}>
|
||||
<div role="gridcell" aria-colindex={1}>
|
||||
<span role="gridcell" aria-colindex={1}>
|
||||
{result}
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue