mirror of https://github.com/zulip/zulip.git
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:
parent
b91788b945
commit
2c94d2b22f
|
@ -382,7 +382,7 @@ ul {
|
|||
}
|
||||
|
||||
#profile-tab {
|
||||
margin: 0 5px;
|
||||
margin: 1px 5px 0;
|
||||
}
|
||||
|
||||
.top {
|
||||
|
|
Loading…
Reference in New Issue