mirror of https://github.com/zulip/zulip.git
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:
parent
17a4c5d0d8
commit
69323d12c9
|
@ -1190,7 +1190,7 @@ div.focused_table {
|
||||||
.message_content {
|
.message_content {
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding-left: 46px;
|
margin-left: 46px;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue