From c4da0c6fc29569f6b56db72444954b3eaf49563e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Feb 2021 20:15:05 +0000 Subject: [PATCH] Twenty Nineteen: Add some space between the cookies checkbox and label in comment form. Props sabernhardt, garrett-eclipse, mukesh27, monikarao, Boniu91. Fixes #46601. Built from https://develop.svn.wordpress.org/trunk@50365 git-svn-id: http://core.svn.wordpress.org/trunk@49976 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentynineteen/sass/site/primary/_comments.scss | 4 ++++ wp-content/themes/twentynineteen/style-rtl.css | 4 ++++ wp-content/themes/twentynineteen/style.css | 4 ++++ wp-includes/version.php | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) 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.