master/detail input size attribute

dear all
i have a master/detail …
master table :
t_pr :
id kode_itm descriptiont_dpr
it kode_itm name unitafter generate detail (t_dpr) show the same input size for all field,
all detail column : kode_itm, name, unit is the same size even i already change the size.

If the input are textboxes, they are controlled by the “size” setting, but if they are other input types (e.g. Select2), the size may be controlled by CSS. You may read Inspect HTML element and add your own CSS styles.