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

WordPress Trac noreply at wordpress.org
Fri Jul 3 18:41: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 McGuive7):

 Agreed that the following rule makes additional styling fairly difficult
 to accomplish in any sort of flexible way:
 {{{
 table.fixed {
   table-layout: fixed;
 }
 }}}

 Most columns seem to be set to a hard 10% with the exception of the
 checkbox column and the excerpt column. My question is: why is this
 `.fixed` class in use? It seems like overkill given responsive best
 practices and prevents natural resizing for the table. Anyone know of
 other screens/situations in which these hard widths are necessary?

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


More information about the wp-trac mailing list