Make WordPress Core

Opened 8 years ago

Closed 6 years ago

Last modified 6 years ago

#31815 closed enhancement (invalid)

Set width to auto for list table headers

Reported by: luan-ramos's profile Luan Ramos Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.1.1
Component: Administration Keywords:
Focuses: ui, administration Cc:

Description (last modified by SergeyBiryukov)

I changed the style of wp-list-table, because it was being setted a fixed width.
I put this automatic width to become more fluid (beautiful) and not with an ugly and outdated appearance.

.wp-list-table th {
    width: auto !important;
}

Attachments (1)

wp-list-table.png (77.1 KB) - added by Luan Ramos 8 years ago.
The image was submitted shows the improvement in the table of the WP admin, and below the suggested code.

Download all attachments as: .zip

Change History (9)

@Luan Ramos
8 years ago

The image was submitted shows the improvement in the table of the WP admin, and below the suggested code.

#1 @SergeyBiryukov
8 years ago

  • Description modified (diff)
  • Summary changed from Table bug to Set width to auto for list table headers

#2 @SergeyBiryukov
8 years ago

  • Type changed from defect (bug) to enhancement

This ticket was mentioned in Slack in #core by luanramos. View the logs.


8 years ago

This ticket was mentioned in Slack in #core by luanramos. View the logs.


8 years ago

This ticket was mentioned in Slack in #core by luanramos. View the logs.


8 years ago

#7 @Luan Ramos
6 years ago

  • Resolution set to invalid
  • Status changed from new to closed

#8 @ocean90
6 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.