From c7fcfad434ec732e2e6234e37ca3f871fce17f8b Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Wed, 9 Aug 2017 16:11:58 +0100 Subject: [PATCH] Resizing containers and margins in support tab --- src/app/support-tab.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/support-tab.js b/src/app/support-tab.js index 345ed42a9e..2b9e3c49fb 100644 --- a/src/app/support-tab.js +++ b/src/app/support-tab.js @@ -9,7 +9,6 @@ var css = csjs` .supportTabView { height: 100vh; padding: 2%; - margin-top: 1em; padding-bottom: 3em; display: flex; flex-direction: column; @@ -19,7 +18,7 @@ var css = csjs` display: flex; flex-direction: column; align-items: center; - height: 100%; + height: 85%; } .chatTitle { cursor: pointer; @@ -52,7 +51,6 @@ var css = csjs` border: 2px dotted ${styles.colors.lightGrey}; overflow: hidden; transform: scale(0.9); - margin-bottom: 10%; } .infoBox extends ${styles.infoTextBox}{