
I used the following code to generate a form in attached image. Is it possible to change the size of the fields in the form. I want to decrease size of input field of Estimated time and the dropbox field to the right of it
{{=form.custom.begin}}
Type :{{=form.custom.widget.type}} Title :{{=form.custom.widget.title}} Description :{{=form.custom.widget.description}} Estimated Time :{{=form.custom.widget.estimated_time}}{{=form.custom.widget.estimated_time_unit}} {{=form.custom.submit}}{{=form.custom.end}}