This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
src/components/views/elements Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ limitations under the License.
19
19
opacity : 0.6 ;
20
20
font-size : $font-12px ;
21
21
width : 100% ;
22
+ margin-left : 20px ;
22
23
23
24
pre , code {
24
25
flex : 1 ;
Original file line number Diff line number Diff line change @@ -280,11 +280,6 @@ $left-gutter: 64px;
280
280
}
281
281
}
282
282
283
- .mx_EventTile :not ([data-layout = bubble ]).mx_EventTile_info .mx_EventTile_line ,
284
- .mx_GenericEventListSummary :not ([data-layout = bubble ]) > :not (.mx_EventTile ) .mx_EventTile_avatar ~ .mx_EventTile_line {
285
- padding-left : calc ($left-gutter + 18px );
286
- }
287
-
288
283
.mx_GenericEventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
289
284
padding-left : $left-gutter ;
290
285
}
Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ const GenericEventListSummary: React.FC<IProps> = ({
81
81
if ( expanded ) {
82
82
body = < React . Fragment >
83
83
< div className = "mx_GenericEventListSummary_line" > </ div >
84
- { children }
84
+ < ol className = "mx_GenericEventListSummary_unstyledList" >
85
+ { children }
86
+ </ ol >
85
87
</ React . Fragment > ;
86
88
} else {
87
89
const uniqueMembers = uniqBy ( summaryMembers . filter ( member => {
You can’t perform that action at this time.
0 commit comments