diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index 596277e3a0..0e5d365807 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -3897,6 +3897,10 @@ div.comment:first-of-type { text-align: center; } +.comment-respond .required-field-message { + display: inline-block; +} + .comment-respond p { line-height: 1.1; margin-bottom: 2rem; diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index e1b584e07f..0d38bc927d 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -3933,6 +3933,10 @@ div.comment:first-of-type { text-align: center; } +.comment-respond .required-field-message { + display: inline-block; +} + .comment-respond p { line-height: 1.1; margin-bottom: 2rem;