#31815 closed enhancement (invalid)
Set width to auto for list table headers
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.1.1 |
Component: | Administration | Keywords: | |
Focuses: | ui, administration | Cc: |
Description (last modified by )
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)
Change History (9)
#1
@
8 years ago
- Description modified (diff)
- Summary changed from Table bug to Set width to auto for list table headers
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
Note: See
TracTickets for help on using
tickets.
The image was submitted shows the improvement in the table of the WP admin, and below the suggested code.