Opened 9 years ago
Closed 9 years ago
#6653 closed regression
Extended Profile in wp-admin breaks Users screen CSS
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | |
Component: | Administration | Keywords: | has-patch |
Cc: |
Description
On Users > User Profile, the tabs at at top appear broken when on WP's "Profile" tab. When we're on BP's "Extended Profile" tab, it looks fine.
Screenshot http://cl.ly/image/253R2r2l0Y0j
Tested on some recent WP 4.4 trunk.
Attachments (1)
Change History (7)
#2
@
9 years ago
That looks familiar has this not already been ticketed?
The issue is clearing either those tabs need 'clear: both' on the parent ul or clearfix/'overflow: hidden' to contain the li elements, then they should fall below the other element.
#3
@
9 years ago
I don't think it is as easy as that. Those tabs are a bit of a hack, they are two anchors inside a wrapping h2
which is absolutely positioned from the top of the page. 😱
#4
@
9 years ago
'tsk' I reads 'hack' 'anchors in h2', 'abs pos' :(
Was just having a look as it happens but can't see the issue in wp/bp bleeding edges.
Pinging @imath who wrote this and @mercime and @hnla, gurus of CSS. :D