mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Use table-layout: auto
(instead of fixed
) on table.fixed
to ensure that things like date/time don't horrendously wrap on small screens. Before/After screenshots attached to the ticket.
Props gaelan. Fixes #32691. Built from https://develop.svn.wordpress.org/trunk@34083 git-svn-id: http://core.svn.wordpress.org/trunk@34051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5a21742a6f
commit
a2aca8d063
@ -285,7 +285,7 @@ th .comment-grey-bubble:before {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.fixed {
|
||||
table-layout: fixed;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
|
@ -285,7 +285,7 @@ th .comment-grey-bubble:before {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.fixed {
|
||||
table-layout: fixed;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34082';
|
||||
$wp_version = '4.4-alpha-34083';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user