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

Commit

Permalink
Fix overlapping timestamps on empty messages (#8205)
Browse files Browse the repository at this point in the history
* added min-height for event line

* Requested changes done

* Changes done

* fixing failing tests
  • Loading branch information
goelesha committed Apr 14, 2022
1 parent af3eac2 commit c9880fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c9880fe

Please sign in to comment.