aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2016-07-20 20:23:55 +0200
committerSimounet <contact@simounet.net>2016-07-20 20:23:55 +0200
commit0e1abf392c6d3cf235e2449c58e9d19d75ed53d7 (patch)
treed36ccd90caecabd73212676e1fe601091b9e5058
parentf64472e9f86fad715e6616bc2932dffb8aed5a67 (diff)
downloadwallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.tar.gz
wallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.tar.zst
wallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.zip
FIX image inside a figure element max-width (baggy theme)
-rw-r--r--src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css
index b203cbb8..605eb641 100644
--- a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css
@@ -64,7 +64,7 @@ pre {
64 max-width: 61.25em;/*980px*/ 64 max-width: 61.25em;/*980px*/
65} 65}
66 66
67table, img { 67table, img, figure {
68 max-width: 100%; 68 max-width: 100%;
69 height :auto; 69 height :auto;
70} 70}