Fix Clicking on the avatar for opening member info requires pixel-perfect accuracy

pull/21833/head
Ayush Kumar 2021-03-04 19:24:35 +05:30
parent 2f52412834
commit dd792c3d73
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $left-gutter: 64px;
.mx_EventTile { .mx_EventTile {
> .mx_SenderProfile { > .mx_SenderProfile {
line-height: $font-20px; line-height: $font-20px;
padding-left: $left-gutter; margin-left: $left-gutter;
} }
> .mx_EventTile_line { > .mx_EventTile_line {