From 83b3904fcabf8df9b7b3504ecd48abeefe9be508 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Tue, 17 Jul 2018 09:10:03 -0500 Subject: [PATCH] Set max-width on Wiki images Fixes images expanding outside of parent container --- services/web/public/stylesheets/app/wiki.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/public/stylesheets/app/wiki.less b/services/web/public/stylesheets/app/wiki.less index 5f7462d02c..29ccf505e6 100644 --- a/services/web/public/stylesheets/app/wiki.less +++ b/services/web/public/stylesheets/app/wiki.less @@ -13,6 +13,10 @@ font-size: 18px; } } + + img { + max-width: 100%; + } .page-header { a {