From 45d261a1341100409ce1e180d46a518e6c570188 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Wed, 9 Aug 2017 15:31:06 +0100 Subject: [PATCH] Scale support tab iframe with chat --- src/app/support-tab.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/support-tab.js b/src/app/support-tab.js index c6e72a2bbc..345ed42a9e 100644 --- a/src/app/support-tab.js +++ b/src/app/support-tab.js @@ -24,7 +24,7 @@ var css = csjs` .chatTitle { cursor: pointer; height: 40px; - width: 92%; + width: 90%; display: flex; align-items: center; justify-content: center; @@ -47,12 +47,12 @@ var css = csjs` opacity: 0.8; } .chatIframe { - width: 102%; - height: 80%; + width: 100%; + height: 100%; border: 2px dotted ${styles.colors.lightGrey}; overflow: hidden; - transform: - scale(0.9); + transform: scale(0.9); + margin-bottom: 10%; } .infoBox extends ${styles.infoTextBox}{