Opened 12 years ago
Closed 12 years ago
#5486 closed defect (bug) (fixed)
Custom avatar size will expand outside of the user management meta avatar box
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
When a theme has set a custom avatar size it causes the avatars on the new "Extended Profile" admin screen to overlap the meta box. See the attached screenshot:
#bp_xprofile_user_admin_avatar .avatar img {
max-width: 100%;
height: auto;
}
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Yeah, I can see how this might be a problem in some cases. Thanks for the patch!