user_info_popover_content: Fix padding issues.

Removes 1px padding around edge of avatar added by bootstrap.
Removes column of whitespace to right of avatar.
This commit is contained in:
Rishi Gupta
2017-03-28 15:26:38 -07:00
committed by Tim Abbott
parent 07592a6692
commit daed1fc2aa

View File

@@ -85,9 +85,13 @@ ul.actions_popover i {
width: 240px;
background-size: cover;
background-position: center;
margin-top: -8px;
margin-left: -14px;
margin-right: -8px;
margin-bottom: -8px;
position: relative;
}
.message-info-popover {
padding: 0;
}
.message-info-popover .popover-title {
padding: 0;
}