From dd1a03f243cd6e82d312bd33cb6a5de479dc7002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 19 Jun 2018 19:56:17 +0200 Subject: [PATCH] Limit images in height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.scss b/css/style.scss index 724699b6c..40343556f 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1371,6 +1371,9 @@ input.input-inline { img { max-width: 100%; + max-height: 50vh; + margin: auto; + display: block; } input[type=checkbox] {