List Tables: .column-date needs to become wider at smaller screen sizes, bump it from 10% to 14% at the breakpoint to prevent wrapping.

Fixes #32691.


git-svn-id: https://develop.svn.wordpress.org/trunk@34710 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-30 01:24:33 +00:00
parent 876c8611f1
commit 686ef2bd79

View File

@ -1677,6 +1677,10 @@ div.action-links,
.plugin-card .desc p:first-of-type {
margin-top: 0;
}
.fixed .column-date {
width: 14%;
}
}
@media screen and ( max-width: 782px ) {