mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-24 01:51:01 +00:00
FIX image inside a figure element max-width
This commit is contained in:
parent
317fc6e684
commit
f64472e9f8
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ main ul.row {
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#article img {
|
#article img,
|
||||||
|
#article figure {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue