Use table-layout: auto
(instead of fixed
) on table.fixed
to ensure that things like date/time don't horrendously wrap on small screens. Before/After screenshots attached to the ticket.
Props gaelan. Fixes #32691. git-svn-id: https://develop.svn.wordpress.org/trunk@34083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9eb5abbccb
commit
2a72a1f959
@ -285,7 +285,7 @@ th .comment-grey-bubble:before {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.fixed {
|
||||
table-layout: fixed;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
|
Loading…
x
Reference in New Issue
Block a user