profile-popover: Fix extra padding in user-profile popovers.

In this commit we remove the extra padding appearing around the
user profile images. This can be only reproduced when opening
user profile from buddy list.
This commit is contained in:
Aditya Bansal
2017-04-08 05:29:20 +05:30
committed by Tim Abbott
parent 8f88b045a4
commit 5ff87892ee

View File

@@ -95,3 +95,11 @@ ul.actions_popover i {
.message-info-popover .popover-title {
padding: 0;
}
.user_popover {
padding: 0;
}
.user_popover .popover-title {
padding: 0;
}