Merge pull request #1097 from coralproject/configure-styling-fix

Fix configure styling issues
This commit is contained in:
Kim Gardner
2017-10-12 16:51:43 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -20,7 +20,7 @@
.mainContent {
width: calc(100% - 300px);
padding: 10px 14px;
padding: 10px 14px 80px 14px;
box-sizing: border-box;
max-width: 718px;
}
@@ -3,6 +3,7 @@
align-items: flex-start;
min-height: 100px;
max-width: 600px;
overflow: visible;
}
.header {