Skip to content

Commit

Permalink
Remove extra column in csv related to other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jan 8, 2020
1 parent 7d5d51f commit bd3eb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/components/people/person/PersonForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
//grid-row: span 2;
order: 7;
textarea {
overflow-y: scroll;
height: 100%;
overflow-y: auto;
height: auto;
}
}
.languageGroup {
Expand Down
3 changes: 0 additions & 3 deletions app/model/field/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@
{
"key": "otherLanguage9"
},
{
"key": "otherLanguage10"
},
{
"key": "fathersLanguage"
},
Expand Down

0 comments on commit bd3eb51

Please sign in to comment.