added group container (#1508)

This commit is contained in:
Leila Lali
2018-05-29 13:08:13 -07:00
committed by GitHub
parent 8fce79f385
commit a13039b14b
12 changed files with 239 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
.form-table {
display: table;
padding: 10px 30px 0px 30px;
padding: 5px 30px 0px 30px;
box-sizing: border-box;
}
@@ -23,7 +23,7 @@
}
.form-cell {
padding-bottom: 20px;
padding-bottom: 10px;
padding-right: 5px;
display: table-cell;
}