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

WordPress Trac noreply at wordpress.org
Thu Jun 25 11:55:47 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 swissspidy):

 Depends on the date format settings. On my de_DE install it doesn't look
 bad with the date on the first line and time on the second.

 With a simple

 {{{
 .column-date {
   white-space: nowrap;
 }
 }}}

 the layout is quite broken:

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

 We should consider adding `white-space: nowrap` for the table headings
 though.

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


More information about the wp-trac mailing list