[wp-trac] [WordPress Trac] #32691: No-wrap the date column on post listing screens

WordPress Trac noreply at wordpress.org
Mon Jul 20 21:50:56 UTC 2015


#32691: No-wrap the date column on post listing screens
----------------------------------------+---------------------------------
 Reporter:  johnbillion                 |       Owner:
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  Posts, Post Types           |     Version:
 Severity:  minor                       |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  ui, administration
----------------------------------------+---------------------------------

Comment (by gaelan):

 First post here, looking to start helping with bug fixes.

 Simply removing the {{{.fixed}}} class from the table seems to help.  The
 text wraps nicely in Excerpt mode even at very small table widths once
 that class is removed.

 [[Image(http://i.imgur.com/GiMVltf.png)]]

 But there's a lot of CSS that depends on that class being in place.  If
 {{{.fixed}}} is removed, the rest of the column widths aren't declared
 anymore and things like the comment bubble icon get broken.  I'd be
 hesitant to remove that class and just start rewriting all that CSS,
 especially as a newbie.

 [[Image(http://i.imgur.com/dSEPN9v.png)]]

 Changing the CSS for {{{.fixed}}} tables to {{{table-layout: auto}}} seems
 to work nicely, but I'm not sure what the impact of the change would be
 across the rest of the back-end.  Can anyone confirm this suggested fix?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32691#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list