From 449b2923fdf000501149c66476ca1fe776209286 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Thu, 11 Oct 2018 15:30:42 +0200 Subject: [PATCH] quickfix: Log component width 100% 100% width on LandingPage --- src/components/Log/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Log/index.js b/src/components/Log/index.js index c77ad073..bfeaaa01 100644 --- a/src/components/Log/index.js +++ b/src/components/Log/index.js @@ -25,6 +25,7 @@ const Wrapper = styled.div` display: flex; flex-direction: column; text-align: left; + width: 100%; `; const Click = styled.div`