diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 141bec426b..a3187b5440 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -123,6 +123,10 @@ td { text-align: left; } +fieldset { + min-width: inherit; +} + blockquote:before, blockquote:after, q:before, diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 29aec641fa..a6c03cacd1 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -347,6 +347,7 @@ figure { fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 24px; + min-width: inherit; padding: 11px 12px 0; } diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index fe635a8e95..c5d536218a 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -349,6 +349,7 @@ form { fieldset { border: 1px solid #c0c0c0; margin: 0 2px; + min-width: inherit; padding: 0.35em 0.625em 0.75em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 966039e104..4c3970067a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36874'; +$wp_version = '4.5-beta2-36875'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.