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:
Sébastien Carceles 2022-12-20 11:04:42 +01:00 committed by GitHub
parent d9bc44ac8b
commit dd0a05c1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 130 additions and 60 deletions

View file

@ -0,0 +1,9 @@
.prefill-description {
table {
table-layout: fixed;
th {
width: 25%;
}
}
}