|
@@ -475,8 +475,12 @@ p.has-background {
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] + ::before,
|
|
|
-.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] + ::after {
|
|
|
+.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] + label {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] + label::before,
|
|
|
+.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] + label::after {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|