From 876dde2def6d68195ba4c07e94843f661cd0e7a4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 25 Mar 2022 21:20:04 +0000 Subject: [PATCH] Twenty Nineteen: Override flex order in comment form. This change updates Twenty Nineteen bundled theme to fix the DOM order in the comment form, and to add a new `.comment-form-wrapper` class to change `flex` display to `block` for this specific area. Props garrett-eclipse, audrasjb, sabernhardt. Fixes #46600. Built from https://develop.svn.wordpress.org/trunk@52993 git-svn-id: http://core.svn.wordpress.org/trunk@52582 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/comments.php | 7 +++---- .../themes/twentynineteen/sass/site/primary/_comments.scss | 5 +++++ wp-content/themes/twentynineteen/style-rtl.css | 5 +++++ wp-content/themes/twentynineteen/style.css | 5 +++++ wp-includes/version.php | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentynineteen/comments.php b/wp-content/themes/twentynineteen/comments.php index d00ac46118..9ef3fd6acc 100644 --- a/wp-content/themes/twentynineteen/comments.php +++ b/wp-content/themes/twentynineteen/comments.php @@ -61,7 +61,7 @@ $discussion = twentynineteen_get_discussion_data(); get_template_part( 'template-parts/post/discussion', 'meta' ); } ?> - + -
- +
+

-