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:
parent
af3eac2c4f
commit
c9880feb04
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ $left-gutter: 64px;
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
|
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
|
||||||
margin-right: 110px;
|
margin-right: 110px;
|
||||||
|
min-height: $font-14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ThreadInfo {
|
.mx_ThreadInfo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue