Fix overlapping timestamps on empty messages (#8205)

* added min-height for event line

* Requested changes done

* Changes done

* fixing failing tests
pull/21833/head
Esha Goel 2022-04-15 01:58:39 +05:30 committed by GitHub
parent af3eac2c4f
commit c9880feb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ $left-gutter: 64px;
.mx_EventTile_line {
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
margin-right: 110px;
min-height: $font-14px;
}
.mx_ThreadInfo {