Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c9880fe

Browse files
authored
Fix overlapping timestamps on empty messages (#8205)
* added min-height for event line * Requested changes done * Changes done * fixing failing tests
1 parent af3eac2 commit c9880fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ $left-gutter: 64px;
317317
.mx_EventTile_line {
318318
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
319319
margin-right: 110px;
320+
min-height: $font-14px;
320321
}
321322

322323
.mx_ThreadInfo {

0 commit comments

Comments
 (0)