# 88 Additional biotope codes

* adds codelist 975 to project
* adds new form field for adding extra biotope information
This commit is contained in:
2022-01-31 10:52:35 +01:00
parent af75ff5885
commit d0c6449c39
6 changed files with 58 additions and 4 deletions

View File

@@ -229,4 +229,7 @@ No other approach worked to get the autocomplete fields to full width of parent
}
.select2-results__option--highlighted{
background-color: var(--rlp-red) !important;
}
.select2-container--default .select2-results > .select2-results__options{
max-height: 500px !important;
}