Twenty Seventeen: Remove editor style that prevents images from being resized.
Twenty Seventeen’s editor styles contained an Internet Explorer 8 specific fix that stopped images from being scalable in the editor in other browsers. Since the editor no longer supports IE8, this fix can safely be removed. Props audrasjb, mihaivalentin, subrataemfluence. Fixes #39738. Built from https://develop.svn.wordpress.org/branches/5.0@44205 git-svn-id: http://core.svn.wordpress.org/branches/5.0@44035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e4cb608e9
commit
809f41f202
|
@ -320,7 +320,6 @@ a img {
|
|||
|
||||
img {
|
||||
height: auto; /* Make sure images are scaled correctly. */
|
||||
width: inherit; /* Make images fill their parent's space. Solves IE8. */
|
||||
max-width: 100%; /* Adhere to container width. */
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0.2-alpha-44204';
|
||||
$wp_version = '5.0.2-alpha-44205';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue