Different field width

Hi Nuno,

My dev has suggested you try the following:

fieldset input, fieldset select, fieldset textarea {
 width: 100% !important;
 box-sizing: border-box;
}

Hope this helps.