Expose task reference field to the user interface

This commit is contained in:
Frederic Guillot
2016-06-28 20:40:15 -04:00
parent bf6aea863e
commit a49e7b7643
7 changed files with 23 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -154,6 +154,10 @@ input.form-input-large {
width: 400px;
}
input.form-input-small {
width: 150px;
}
.form-columns {
display: -webkit-flex;
display: flex;