[wp-trac] [WordPress Trac] #15993: Sort arrows improperly wrap on narrow columns

WordPress Trac wp-trac at lists.automattic.com
Tue Oct 4 02:24:58 UTC 2011


#15993: Sort arrows improperly wrap on narrow columns
----------------------------------+-----------------------------
 Reporter:  nacin                 |       Owner:
     Type:  defect (bug)          |      Status:  new
 Priority:  normal                |   Milestone:  Future Release
Component:  Administration        |     Version:  3.1
 Severity:  normal                |  Resolution:
 Keywords:  needs-ui needs-patch  |
----------------------------------+-----------------------------

Comment (by SergeyBiryukov):

 The more I look into this, the more it seems there's no solution for
 adding proper paddings to table headers, as long as there's `table-layout:
 fixed`.

 My initial idea of using background for the links also has this problem.

 [attachment:15993.3.table-layout-auto.patch] allows to see what it would
 look like without `table-layout: fixed`. We don't really want to remove
 it, so the patch is for reference only.

 [attachment:15993.4.patch] prevents table rows from jumping around by
 using `visibility: hidden` on indicators. Doesn't touch wrapping.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15993#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list