Widgets: Remove unused CSS breaking wp_text_diff layout.

Remove CSS used in version of `wp_text_diff` prior to [50034]. Orphaned CSS breaks default layout of function output, but is overridden in the revisions screen.

Props mt8.biz, hareesh-pillai, mukesh27.
Fixes #54140.
Built from https://develop.svn.wordpress.org/trunk@51972


git-svn-id: http://core.svn.wordpress.org/trunk@51561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2021-11-01 23:14:00 +00:00
parent 67779da49f
commit c90e2fe4f2
5 changed files with 3 additions and 11 deletions

View File

@ -187,10 +187,6 @@ body.folded .revisions .loading-indicator {
vertical-align: middle;
}
table.diff tbody tr td:nth-child(2) {
width: 4%;
}
table.diff {
table-layout: fixed;
width: 100%;

File diff suppressed because one or more lines are too long

View File

@ -186,10 +186,6 @@ body.folded .revisions .loading-indicator {
vertical-align: middle;
}
table.diff tbody tr td:nth-child(2) {
width: 4%;
}
table.diff {
table-layout: fixed;
width: 100%;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51971';
$wp_version = '5.9-alpha-51972';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.