Maria-Liakata-NLP-Group / annotations-interface

New iteration of the Annotations Interface tool
MIT License
0 stars 0 forks source link

Better display of related form fields in HTML templates #19

Closed dsj976 closed 1 year ago

dsj976 commented 1 year ago

Using bootstrap/wtf, we can use wtf.quick_form, but this renders form fields as a vertical list, which is not always ideal (e.g. the annotations for psychotherapy datasets). Commit f248398 is a first attempt at tackling this, but it still needs work as the vertical space occupied by fields in the same row is not the same. Investigate further.

dsj976 commented 1 year ago

This was fixed with commit 8291c9d