diff --git a/wp-content/themes/twentyeleven/blocks.css b/wp-content/themes/twentyeleven/blocks.css index 6d9b02947a..1a4acd4b72 100644 --- a/wp-content/themes/twentyeleven/blocks.css +++ b/wp-content/themes/twentyeleven/blocks.css @@ -275,7 +275,8 @@ p.has-drop-cap:not(:focus)::first-letter { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index be2d8ffef6..df5b7515e4 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -472,7 +472,8 @@ p.has-drop-cap:not(:focus)::first-letter { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css index 72e20fb75d..860ca9c162 100644 --- a/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -804,7 +804,8 @@ p.has-drop-cap:not(:focus)::first-letter { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index 31691c9772..6d04a59f41 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -261,7 +261,8 @@ p.has-drop-cap:not(:focus)::first-letter { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-content/themes/twentysixteen/css/blocks.css b/wp-content/themes/twentysixteen/css/blocks.css index d468054501..61ffff6591 100644 --- a/wp-content/themes/twentysixteen/css/blocks.css +++ b/wp-content/themes/twentysixteen/css/blocks.css @@ -289,7 +289,8 @@ hr.wp-block-separator { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-content/themes/twentythirteen/css/blocks.css b/wp-content/themes/twentythirteen/css/blocks.css index 3b0f3fdfea..893ffeb4df 100644 --- a/wp-content/themes/twentythirteen/css/blocks.css +++ b/wp-content/themes/twentythirteen/css/blocks.css @@ -423,7 +423,8 @@ body:not(.sidebar) .wp-block-table.alignfull { max-width: 100px; } -.wp-block-separator.is-style-wide { +.wp-block-separator.is-style-wide, +.wp-block-separator.is-style-dots { max-width: 100%; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 6cf7e7c736..63e2f3cf2c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55113'; +$wp_version = '6.2-alpha-55114'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.