[wp-trac] [WordPress Trac] #47167: admin css double min-width selector
WordPress Trac
noreply at wordpress.org
Tue May 7 11:20:54 UTC 2019
#47167: admin css double min-width selector
--------------------------+-----------------------------
Reporter: Domaneni | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.1.1
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
I found weird css selector in post editor. Link to css is "/wp-
includes/css/dist/edit-post/style.css". I think the second one should be
**max-width**.
Windows 10, Chrome 74.0.3729.131
{{{
@media (min-width: 782px) and (min-width: 960px) {
body.auto-fold .edit-post-layout__content {
margin-left: 160px;
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47167>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list