From 9f8482174b7c385581c5090bafa7af0862d4a9a1 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 14 Aug 2016 08:18:48 +0200 Subject: [PATCH] Display markdown images inline --- app/assets/stylesheets/markdown-content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/markdown-content.scss b/app/assets/stylesheets/markdown-content.scss index 9caacef44..316907fb1 100644 --- a/app/assets/stylesheets/markdown-content.scss +++ b/app/assets/stylesheets/markdown-content.scss @@ -14,4 +14,8 @@ margin-top: 0; } } + + .img-responsive { + display: inline; + } }