diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-style.css b/wp-content/themes/twentyseventeen/assets/css/editor-style.css index ab595a1ece..82dc7067d6 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-style.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-style.css @@ -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. */ } diff --git a/wp-includes/version.php b/wp-includes/version.php index a4d083ed3f..d35c83de37 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.