From e7297706a6cc525494f0ab86c22fc4ec165b53f5 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 17 Jul 2019 02:57:37 -0600 Subject: [PATCH] constrain width of inline image wherever it's located --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 370f5e2..b181063 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -299,7 +299,7 @@ } .doc .imageblock img, -.doc .paragraph .image img { +.doc .image > img { height: auto; max-width: 100%; } -- 2.11.0