1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Fix overlapping timestamps on empty messages (#8205)

* added min-height for event line

* Requested changes done

* Changes done

* fixing failing tests
This commit is contained in:
Esha Goel
2022-04-15 01:58:39 +05:30
committed by GitHub
parent af3eac2c4f
commit c9880feb04

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 {