mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 17:35:25 +00:00
FIX image inside a figure element max-width (baggy theme)
This commit is contained in:
parent
f64472e9f8
commit
0e1abf392c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ pre {
|
||||||
max-width: 61.25em;/*980px*/
|
max-width: 61.25em;/*980px*/
|
||||||
}
|
}
|
||||||
|
|
||||||
table, img {
|
table, img, figure {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height :auto;
|
height :auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue