|
@@ -24,7 +24,7 @@ export default (props) => {
|
24
|
24
|
|
25
|
25
|
const htmlSnip = content?.content
|
26
|
26
|
.replace(/<\/p>/g, '</p><p style="height: 1em"> </p>')
|
27
|
|
- .replace(/<img src/g, '<img style="width: 100%" src')
|
|
27
|
+ .replace(/<img src/g, '<img style="display: block; max-width: 100%" src')
|
28
|
28
|
|
29
|
29
|
return (
|
30
|
30
|
<>
|