Fix click message_content covering bottom half of avatar.

This causes clicks to correctly hit the avatar an open the profile
popover.

Fixes #4251.
This commit is contained in:
Tim Abbott 2017-03-23 15:22:06 -07:00
parent 17a4c5d0d8
commit 69323d12c9
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ div.focused_table {
.message_content {
line-height: 17px;
font-size: 14px;
padding-left: 46px;
margin-left: 46px;
display: block;
position: relative;
}