Fix baseline misalignment of thread panel summary by deduplication (#8413)
This commit is contained in:
parent
5a5a792593
commit
8baa46b0dd
10 changed files with 147 additions and 143 deletions
|
@ -517,7 +517,7 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
|
|||
}
|
||||
|
||||
return <div className="mx_ThreadPanel_replies">
|
||||
<span className="mx_ThreadPanel_repliesSummary">
|
||||
<span className="mx_ThreadSummary_threads-amount">
|
||||
{ this.state.thread.length }
|
||||
</span>
|
||||
<ThreadMessagePreview thread={this.state.thread} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue