Fix spacing for form layout (#8321)

This commit is contained in:
Charles Gagnon
2019-11-13 07:30:09 -08:00
committed by GitHub
parent 2f1f5b2376
commit 3f306d2396

View File

@@ -17,6 +17,12 @@
display: table-row;
}
.form-row h2 {
margin-block-start: 0px;
margin-block-end: 0px;
font-weight: normal;
}
.form-item-row {
padding-bottom: 5px;
}