constrain width of inline image wherever it's located
authorDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 08:57:37 +0000 (02:57 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 08:57:37 +0000 (02:57 -0600)
src/css/doc.css

index 370f5e2..b181063 100644 (file)
 }
 
 .doc .imageblock img,
-.doc .paragraph .image img {
+.doc .image > img {
   height: auto;
   max-width: 100%;
 }