Add width to markdown images
This commit is contained in:
@@ -20,6 +20,11 @@ const MarkdownStyles = styled(ReactMarkdown)`
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
||||
table {
|
||||
tr {
|
||||
vertical-align: top;
|
||||
|
||||
Reference in New Issue
Block a user