feat(prefill): add possible values (#8299)
* update layout in order to show possible values * filter out non fillable types de champ
This commit is contained in:
parent
d9bc44ac8b
commit
dd0a05c1d8
9 changed files with 130 additions and 60 deletions
9
app/assets/stylesheets/prefill_descriptions_edit.scss
Normal file
9
app/assets/stylesheets/prefill_descriptions_edit.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
.prefill-description {
|
||||
table {
|
||||
table-layout: fixed;
|
||||
|
||||
th {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue