Fix misalignment with Event List Summaries (#7865)
* Fix misalignment with Event List Summaries * simplify styling
This commit is contained in:
parent
18e86f3bf8
commit
57595bc593
3 changed files with 4 additions and 6 deletions
|
@ -81,7 +81,9 @@ const GenericEventListSummary: React.FC<IProps> = ({
|
|||
if (expanded) {
|
||||
body = <React.Fragment>
|
||||
<div className="mx_GenericEventListSummary_line"> </div>
|
||||
{ children }
|
||||
<ol className="mx_GenericEventListSummary_unstyledList">
|
||||
{ children }
|
||||
</ol>
|
||||
</React.Fragment>;
|
||||
} else {
|
||||
const uniqueMembers = uniqBy(summaryMembers.filter(member => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue