Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 59846)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -792,7 +792,7 @@
 .editor-styles-wrapper .wp-block-pullquote {
 	border: 0 solid;
 	color: inherit;
-	padding: 0;
+	padding: 10px;
 	position: relative;
 	text-align: center;
 }
@@ -812,6 +812,13 @@
 	width: 44px;
 }
 
+.editor-styles-wrapper .wp-block-pullquote.has-text-align-right::before {
+    margin: 0 0 1.5rem auto;
+}
+.editor-styles-wrapper .wp-block-pullquote.has-text-align-left::before {
+    margin: 0 auto 1.5rem 0;
+}
+
 .editor-styles-wrapper .wp-block .wp-block-pullquote p {
 	font-family: inherit;
 	font-size: 28px;
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 59846)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -796,7 +796,7 @@
 .editor-styles-wrapper .wp-block-pullquote {
 	border: 0 solid;
 	color: inherit;
-	padding: 0;
+	padding: 10px;
 	position: relative;
 	text-align: center;
 }
@@ -815,6 +815,12 @@
 	height: 44px;
 	width: 44px;
 }
+.editor-styles-wrapper .wp-block-pullquote.has-text-align-right::before {
+    margin: 0 0 1.5rem auto;
+}
+.editor-styles-wrapper .wp-block-pullquote.has-text-align-left::before {
+    margin: 0 auto 1.5rem 0;
+}
 
 .editor-styles-wrapper .wp-block .wp-block-pullquote p {
 	font-family: inherit;
Index: wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/style-rtl.css	(revision 59846)
+++ wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -6466,3 +6466,12 @@
 		width: calc(100% - 8rem);
 	}
 }
+.wp-block-pullquote.has-text-align-right::before {
+    margin: 0 0 1.5rem auto;
+}
+.wp-block-pullquote.has-text-align-left::before {
+    margin: 0 auto 1.5rem 0;
+}
+.wp-block-pullquote{
+	padding:10px;
+}
\ No newline at end of file
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 59846)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -6582,3 +6582,12 @@
 		width: calc(100% - 8rem);
 	}
 }
+.wp-block-pullquote.has-text-align-right::before {
+    margin: 0 0 1.5rem auto;
+}
+.wp-block-pullquote.has-text-align-left::before {
+    margin: 0 auto 1.5rem 0;
+}
+.wp-block-pullquote{
+	padding:10px;
+}
\ No newline at end of file
