From 003889d29e9adc66d6d7278d0ee8e6b3526d459a Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 15 Oct 2020 19:47:02 +0200 Subject: [PATCH] Fix images stretching full width --- src/newsreader/scss/components/post/_post.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/newsreader/scss/components/post/_post.scss b/src/newsreader/scss/components/post/_post.scss index e73dbd2..ae94f6c 100644 --- a/src/newsreader/scss/components/post/_post.scss +++ b/src/newsreader/scss/components/post/_post.scss @@ -70,6 +70,8 @@ & img, video { padding: 10px 0; + + width: max-content; max-width: 100%; }