Index: wp-content/themes/twentynineteen/style.css
===================================================================
--- wp-content/themes/twentynineteen/style.css	(revision 55900)
+++ wp-content/themes/twentynineteen/style.css	(working copy)
@@ -6618,3 +6618,9 @@
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #0073aa;
 }
+/**
+ * Comment Title
+ */
+ .comment-reply-title small{
+  margin-left: 10px
+}
\ No newline at end of file
Index: wp-content/themes/twentyseventeen/style.css
===================================================================
--- wp-content/themes/twentyseventeen/style.css	(revision 55900)
+++ wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -4371,3 +4371,10 @@
 		padding: 0;
 	}
 }
+
+/**
+ * Comment Title
+ */
+ .comment-reply-title small{
+    margin-left: 10px
+}
\ No newline at end of file
Index: wp-content/themes/twentytwentytwo/style.css
===================================================================
--- wp-content/themes/twentytwentytwo/style.css	(revision 55900)
+++ wp-content/themes/twentytwentytwo/style.css	(working copy)
@@ -159,3 +159,9 @@
 .wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
 	margin-bottom: 1rem;
 }
+/**
+ * Comment Title
+ */
+ .comment-reply-title small{
+    margin-left: 10px
+}
\ No newline at end of file
