diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index c3261fd203..eb54f151f1 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 634 | 634 | padding: 5px 20px 5px 0; |
| 635 | 635 | } |
| 636 | 636 | |
| | 637 | .wp-block-quote.is-style-plain { |
| | 638 | border: none; |
| | 639 | } |
| | 640 | |
| 637 | 641 | .editor-styles-wrapper .wp-block-quote.has-text-align-center, |
| 638 | 642 | .editor-styles-wrapper .wp-block-quote[style*="text-align:center"], |
| 639 | 643 | .editor-styles-wrapper .wp-block-quote[style*="text-align: center"] { |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 11a3a33f50..2e741a69e8 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 634 | 634 | padding: 5px 0 5px 20px; |
| 635 | 635 | } |
| 636 | 636 | |
| | 637 | .wp-block-quote.is-style-plain { |
| | 638 | border: none; |
| | 639 | } |
| | 640 | |
| 637 | 641 | .editor-styles-wrapper .wp-block-quote.has-text-align-center, |
| 638 | 642 | .editor-styles-wrapper .wp-block-quote[style*="text-align:center"], |
| 639 | 643 | .editor-styles-wrapper .wp-block-quote[style*="text-align: center"] { |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 77ec6bcb0b..7dd80cb17e 100644
|
a
|
b
|
figure.wp-block-gallery.alignfull { |
| 3219 | 3219 | margin: 0; |
| 3220 | 3220 | padding: 0; |
| 3221 | 3221 | } |
| | 3222 | .wp-block-quote.is-style-plain { |
| | 3223 | border: none; |
| | 3224 | } |
| 3222 | 3225 | |
| 3223 | 3226 | .wp-block-pullquote blockquote p { |
| 3224 | 3227 | font-family: inherit; |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 231104da6c..d4eeae6ba1 100644
|
a
|
b
|
figure.wp-block-gallery.alignfull { |
| 3237 | 3237 | margin: 0; |
| 3238 | 3238 | padding: 0; |
| 3239 | 3239 | } |
| | 3240 | .wp-block-quote.is-style-plain { |
| | 3241 | border: none; |
| | 3242 | } |
| 3240 | 3243 | |
| 3241 | 3244 | .wp-block-pullquote blockquote p { |
| 3242 | 3245 | font-family: inherit; |