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
This commit is contained in:
parent
455bc37c68
commit
c4da0c6fc2
|
@ -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) {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue