From 14b6b58d555928e7f7f161a2537d2a14c46b1711 Mon Sep 17 00:00:00 2001
From: Sarath A R <sarath@awsm.in>
Date: Thu, 5 Oct 2023 17:08:54 +0530
Subject: [PATCH] Fixes #59285

---
 src/wp-content/themes/twentynineteen/style-editor.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss
index 7b0df5f0af..aa715e3365 100644
--- a/src/wp-content/themes/twentynineteen/style-editor.scss
+++ b/src/wp-content/themes/twentynineteen/style-editor.scss
@@ -1020,3 +1020,8 @@ $group-block-background__padding: $font__size_base;
 		width: 100%;
 	}
 }
+
+/* Post Author Block  */
+.wp-block-post-author__avatar img {
+	border-radius: 100%;
+}
\ No newline at end of file
-- 
2.31.0

