Make WordPress Core

Ticket #50838: 50838.patch

File 50838.patch, 294 bytes (added by justinahinon, 3 years ago)

Increase the width of the ".fixed .column-posts" element. This solves the issue, and "Publications" is now displayed on a single line.

  • list-tables.css

     
    312312}
    313313
    314314.fixed .column-posts {
    315         width: 74px;
     315        width: 76px;
    316316}
    317317
    318318.fixed .column-comment .comment-author {