diff --git a/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss b/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss index ec9fb12b90..1e0af67ca4 100644 --- a/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss +++ b/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss @@ -382,6 +382,10 @@ color: $color__text-light; } + #wp-comment-cookies-consent { + margin: 0 10px 0 0; + } + .comment-form-author, .comment-form-email { @include media(tablet) { diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css index 2434832849..daa678ac06 100644 --- a/wp-content/themes/twentynineteen/style-rtl.css +++ b/wp-content/themes/twentynineteen/style-rtl.css @@ -4949,6 +4949,10 @@ body.page .main-navigation { color: #767676; } +.comment-form #wp-comment-cookies-consent { + margin: 0 0 0 10px; +} + @media only screen and (min-width: 768px) { .comment-form .comment-form-author, .comment-form .comment-form-email { diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css index 28269936de..f38e859a54 100644 --- a/wp-content/themes/twentynineteen/style.css +++ b/wp-content/themes/twentynineteen/style.css @@ -4955,6 +4955,10 @@ body.page .main-navigation { color: #767676; } +.comment-form #wp-comment-cookies-consent { + margin: 0 10px 0 0; +} + @media only screen and (min-width: 768px) { .comment-form .comment-form-author, .comment-form .comment-form-email { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ee8cd70a9..da38c0d89d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta2-50364'; +$wp_version = '5.7-beta2-50365'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.