Fix edge case around event list summary layout (#7891)

pull/21833/head
Michael Telatynski 2022-02-24 13:31:03 +00:00 committed by GitHub
parent 0e1f904eee
commit 8c2dcca48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ $left-gutter: 64px;
.mx_EventTile:not([data-layout=bubble]).mx_EventTile_info .mx_EventTile_line,
.mx_GenericEventListSummary:not([data-layout=bubble]) > ol > .mx_EventTile_info .mx_EventTile_avatar ~ .mx_EventTile_line {
padding-left: calc($left-gutter + 20px);
padding-left: calc($left-gutter + 20px) !important; // override padding-left $left-gutter
}
.mx_EventTile:not([data-layout=bubble]).mx_EventTile_info .mx_EventTile_line,