diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
index 9665360514..f111fc6c9b 100644
a
|
b
|
blockquote p { |
147 | 147 | line-height: 1.7; |
148 | 148 | } |
149 | 149 | |
150 | | blockquote cite { |
151 | | font-weight: normal; |
152 | | letter-spacing: normal; |
153 | | } |
154 | | |
155 | | blockquote footer { |
| 150 | blockquote cite, |
| 151 | blockquote footer { |
156 | 152 | font-weight: normal; |
157 | 153 | letter-spacing: normal; |
158 | 154 | } |
… |
… |
blockquote.alignright { |
162 | 158 | padding-left: inherit; |
163 | 159 | } |
164 | 160 | |
165 | | blockquote.alignleft p { |
166 | | font-size: 1.125rem; |
167 | | max-width: inherit; |
168 | | width: inherit; |
169 | | } |
170 | | |
| 161 | blockquote.alignleft p, |
171 | 162 | blockquote.alignright p { |
172 | 163 | font-size: 1.125rem; |
173 | 164 | max-width: inherit; |
174 | 165 | width: inherit; |
175 | 166 | } |
176 | 167 | |
177 | | blockquote.alignleft cite { |
178 | | font-size: 1rem; |
179 | | letter-spacing: normal; |
180 | | } |
181 | | |
182 | | blockquote.alignleft footer { |
183 | | font-size: 1rem; |
184 | | letter-spacing: normal; |
185 | | } |
186 | | |
187 | | blockquote.alignright cite { |
188 | | font-size: 1rem; |
189 | | letter-spacing: normal; |
190 | | } |
191 | | |
| 168 | blockquote.alignleft cite, |
| 169 | blockquote.alignleft footer, |
| 170 | blockquote.alignright cite, |
192 | 171 | blockquote.alignright footer { |
193 | 172 | font-size: 1rem; |
194 | 173 | letter-spacing: normal; |