From ffead874bf80df08e0d3a7652006d675355efe40 Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Thu, 2 Feb 2017 13:15:20 -0800 Subject: [PATCH] Fix oversized images --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index e590a825..0c66dcd8 100644 --- a/src/index.css +++ b/src/index.css @@ -32,6 +32,10 @@ h1 { font-size: 25px; } +img { + max-width: 100%; +} + :global { & .react-autosuggest__container {