forked from wallabag/wallabag
FIX image inside a figure element max-width
This commit is contained in:
@ -345,7 +345,8 @@ main ul.row {
|
||||
max-width: 40em;
|
||||
}
|
||||
|
||||
#article img {
|
||||
#article img,
|
||||
#article figure {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user