Set expected value of line-height to expanded generic event list summary (GELS) spacer on IRC layout (#10211)
* Set expected line height to an expanded GELS line on IRC layout, add a test * Add a test for compact modern/group layout * Create a new test category on timeline.spec.ts * Rename the class name as 'spacer' * Add a test for GELS' spacer on bubble layout --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
75f31defd6
commit
8e1b9f46d4
4 changed files with 101 additions and 11 deletions
|
@ -86,7 +86,7 @@ const GenericEventListSummary: React.FC<IProps> = ({
|
|||
if (expanded) {
|
||||
body = (
|
||||
<React.Fragment>
|
||||
<div className="mx_GenericEventListSummary_line"> </div>
|
||||
<div className="mx_GenericEventListSummary_spacer"> </div>
|
||||
<ol className="mx_GenericEventListSummary_unstyledList">{children}</ol>
|
||||
</React.Fragment>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue