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
This commit is contained in:
Sergey Biryukov 2021-02-16 20:13:48 +00:00
parent 55f2f3f67b
commit e23d442cd9
3 changed files with 12 additions and 0 deletions

View File

@ -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) {

View File

@ -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 {

View File

@ -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 {