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: | Bowromir | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yeah, I can see how this might be a problem in some cases. Thanks for the patch!