diff options
author | Simounet <contact@simounet.net> | 2016-07-20 19:30:29 +0200 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2016-07-20 19:39:24 +0200 |
commit | f64472e9f86fad715e6616bc2932dffb8aed5a67 (patch) | |
tree | f1188e4f6e43791d839e836b5723f8a2850d2abc /src/Wallabag | |
parent | 317fc6e684356b645ea1327c2631c7d5fc193ddd (diff) | |
download | wallabag-f64472e9f86fad715e6616bc2932dffb8aed5a67.tar.gz wallabag-f64472e9f86fad715e6616bc2932dffb8aed5a67.tar.zst wallabag-f64472e9f86fad715e6616bc2932dffb8aed5a67.zip |
FIX image inside a figure element max-width
Diffstat (limited to 'src/Wallabag')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index b106d91a..b4e082d3 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css | |||
@@ -345,7 +345,8 @@ main ul.row { | |||
345 | max-width: 40em; | 345 | max-width: 40em; |
346 | } | 346 | } |
347 | 347 | ||
348 | #article img { | 348 | #article img, |
349 | #article figure { | ||
349 | max-width: 100%; | 350 | max-width: 100%; |
350 | height: auto; | 351 | height: auto; |
351 | } | 352 | } |