Project source types, popovers, form fixes

This commit is contained in:
Ken Hoes
2016-05-31 13:10:11 -04:00
parent cad3ab6fd3
commit ec065e0d97
4 changed files with 48 additions and 30 deletions

View File

@@ -181,6 +181,13 @@
align-items: flex-start;
}
.Form-textUneditable {
.Form-textInput {
border: none;
padding: 0;
}
}
.Form-subForm {
width: 100%;
margin-bottom: 15px;