Commit c7fcfad4 authored by ninabreznik's avatar ninabreznik Committed by yann300

Resizing containers and margins in support tab

parent 45d261a1
......@@ -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}{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment