This pull request includes a minor change to the apis_ontology/static/styles/tibschol.css file. The change enforces the height of the textarea.form-control element using the !important flag.
apis_ontology/static/styles/tibschol.css: Added !important to the height property of the textarea.form-control element to ensure the specified height is applied.
This pull request includes a minor change to the
apis_ontology/static/styles/tibschol.css
file. The change enforces the height of thetextarea.form-control
element using the!important
flag.apis_ontology/static/styles/tibschol.css
: Added!important
to the height property of thetextarea.form-control
element to ensure the specified height is applied.