popovers: Fix missing top border for avatar in user profile.

The top border on the avatar wasn't showing up since there wasn't
enough space provided. Added top margin to fix the issue.

Fixes #24210.
This commit is contained in:
Joelute 2023-01-27 20:59:41 -05:00 committed by Tim Abbott
parent b91788b945
commit 2c94d2b22f
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ ul {
}
#profile-tab {
margin: 0 5px;
margin: 1px 5px 0;
}
.top {