[wp-trac] [WordPress Trac] #52151: post title broken on posts screen

WordPress Trac noreply at wordpress.org
Thu Sep 30 20:28:01 UTC 2021


#52151: post title broken on posts screen
----------------------------+---------------------
 Reporter:  pascoedj        |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  5.9
Component:  Administration  |     Version:  5.6
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  css
----------------------------+---------------------

Comment (by sabernhardt):

 If we adjust the column width values, I'm not sure which is the best
 method. I think a change that helps in one case can be worse than the
 current layout in another.

 Overall, removing the percentage widths from columns (including Date
 and/or Author, Categories and Tags) might be better than the other
 options. We may still want to define a width for the Title column in the
 Extended view:
 {{{
 .fixed.table-view-excerpt .column-title {
     width: 20%;
 }
 }}}

 If there is a way to count the shown columns, then keeping the current
 percentage widths could be better when few columns display.

 Truncating the title would be an accessibility/usability concern, but the
 other suggested solutions are likely no less accessible than a crowded
 table in the current layout.

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


More information about the wp-trac mailing list