.inputs
{
    overflow-x:auto;
}
.field-name input[type='text'], input[type='email'] {
    width: 20em;
}
.field-name textarea
{
    width: 30em
}

.model-suplyinvoice .add-another {
    display: none !important;
}