]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
FIX image inside a figure element max-width
authorSimounet <contact@simounet.net>
Wed, 20 Jul 2016 17:30:29 +0000 (19:30 +0200)
committerSimounet <contact@simounet.net>
Wed, 20 Jul 2016 17:39:24 +0000 (19:39 +0200)
src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css

index b106d91a3b807e6a2e325271623fa0924f6911d7..b4e082d3fe7f55801d8cc3f3d5ee0ff1ab42f05c 100755 (executable)
@@ -345,7 +345,8 @@ main ul.row {
     max-width: 40em;
 }
 
-#article img {
+#article img,
+#article figure {
     max-width: 100%;
     height: auto;
 }