I have a matrix that I need to increases the size of the response box. The type is ConstantSum. JS or HTML works - any help is appreciated!
Attempt that didn't work:
<style>
.Skin .Matrix .CS .SumInput input.InputText, .Skin .Matrix .CS .SumTotal input, .Skin .Matrix .CS input.SumInput {
width: 200px;
}
</style>
Page 1 / 1
Hi @samdover22 ,
Try this
.Skin .Matrix .CS td input, .Skin .Matrix .RO td input{
{ width: 200px; }
}
Regards,
Samarth
Try this
.Skin .Matrix .CS td input, .Skin .Matrix .RO td input{
{ width: 200px; }
}
Regards,
Samarth
Thank you @Samarth!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.