From e23d442cd993565cc7119cf1e4809ad9a84d0aa5 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov <sergeybiryukov@git.wordpress.org>
Date: Tue, 16 Feb 2021 20:13:48 +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.

git-svn-id: https://develop.svn.wordpress.org/trunk@50365 602fd350-edb4-49c9-b593-d223f7449a82
---
 .../themes/twentynineteen/sass/site/primary/_comments.scss    | 4 ++++
 src/wp-content/themes/twentynineteen/style-rtl.css            | 4 ++++
 src/wp-content/themes/twentynineteen/style.css                | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss b/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
index ec9fb12b90..1e0af67ca4 100644
--- a/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
+++ b/src/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/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css
index 2434832849..daa678ac06 100644
--- a/src/wp-content/themes/twentynineteen/style-rtl.css
+++ b/src/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/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
index 28269936de..f38e859a54 100644
--- a/src/wp-content/themes/twentynineteen/style.css
+++ b/src/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 {