[wp-meta] [Making WordPress.org] #2928: New responsive styles in wp4.css break Codex layout
Making WordPress.org
noreply at wordpress.org
Wed Jul 5 08:10:11 UTC 2017
#2928: New responsive styles in wp4.css break Codex layout
----------------------------+-----------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Codex | Keywords:
----------------------------+-----------------
Just noticed that when you're logged in on Codex, the sidebar is now on
the left, overlapping with the footer on shorter articles (see the
screenshot).
Looking at https://s.w.org/style/wp4.css?58, these styles appear to be the
culprit:
{{{
.wporg-responsive .col-7,
body.wporg-responsive .col-8,
body.wporg-responsive .col-10 {
margin-left: 174px;
}
body.wporg-responsive .col-2 {
position: absolute;
}
}}}
Once I disable them in Chrome inspector, the layout is correct again.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2928>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list