From 91116fe6f8901ef2cf68035089d9791a8f50e4b8 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 9 Jan 2023 16:25:54 +0900 Subject: [PATCH] Fix image height overflow in the post with single image (#381) --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 9c30d7b..9635ce0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1369,7 +1369,6 @@ form .post { object-fit: cover; object-position: center; max-height: 400px; - height: 100%; width: 100%; }