mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 08:10:04 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51972 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user