* Update CSS for img in .comment-preview-div - Enforces `max-width:100%` on images in .comment-preview-div to prevent them from overflowing their container. * Implement Recommended Changes - Enforces `max-width:100%` on images in .comment-preview-div to prevent them from overflowing their container.
This commit is contained in:
parent
2d373c2de3
commit
3fde5b810f
1 changed files with 3 additions and 0 deletions
|
|
@ -345,6 +345,9 @@ a.header-link {
|
|||
code {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.article-body-image-wrapper img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.actions {
|
||||
text-align: right;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue