From e6ef59e158d18c9fc3a5d38a27403a05206b8af8 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Mon, 8 Oct 2018 17:31:56 -0700 Subject: [PATCH] Prevents images in module-level doc comments from overflowing their container --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 15f5172e..a9e31f22 100644 --- a/assets/style.css +++ b/assets/style.css @@ -142,6 +142,10 @@ pre { margin-bottom: 0.5px } +.markdown-block img { + max-width: 100%; +} + .docs-block { border-top: 1px solid #eeeeee; margin-top: 1em;