diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index 75048d3be5..8336546625 100644
|
a
|
b
|
img.emoji { |
| 840 | 840 | line-height: 24px; |
| 841 | 841 | } |
| 842 | 842 | |
| 843 | | strong, b { |
| 844 | | font-weight: 600; |
| 845 | | } |
| 846 | | |
| 847 | 843 | .pre { |
| 848 | 844 | /* https://developer.mozilla.org/en-US/docs/CSS/white-space */ |
| 849 | 845 | white-space: pre-wrap; /* css-3 */ |
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 d31394f2dd..5f36433ec2 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 795 | 795 | /* Block: Pullquote -------------------------- */ |
| 796 | 796 | |
| 797 | 797 | .editor-styles-wrapper .wp-block-pullquote { |
| 798 | | border: none; |
| | 798 | border-style: solid; |
| 799 | 799 | color: inherit; |
| 800 | 800 | padding: 0; |
| 801 | 801 | position: relative; |
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 08fee73794..4ec99fe07b 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 799 | 799 | /* Block: Pullquote -------------------------- */ |
| 800 | 800 | |
| 801 | 801 | .editor-styles-wrapper .wp-block-pullquote { |
| 802 | | border: none; |
| | 802 | border-style: solid; |
| 803 | 803 | color: inherit; |
| 804 | 804 | padding: 0; |
| 805 | 805 | position: relative; |