#6800 closed enhancement (fixed)
Manage Avatar drag-drop-area border box model
Reported by: | hnla | Owned by: | imath |
---|---|---|---|
Milestone: | 2.5 | Priority: | low |
Severity: | minor | Version: | |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
The Avatar drag and drop element describes width and borders which exceed 100%, patch adds box-sizing to the ruleset to contain the width in keeping with sibling elements.
Vendor prefixes are intentionally left out, webkit drops support for prefix and FF handles the formal property going back far enough.
Tested to not upset the avatar handling.
Requires cross WP theme and browsers testing.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I noticed this while debugging the Microsoft Edge avatar issue.
Feel free to commit!