I have a couple of constant sum matrix tables and I'd like the ability to extend the width of each box, so I can see more characters. Currently, I can only see 4 numbers. Any assistance would be greatly appreciated.
Page 1 / 1
hello @jcprofit17 ,
Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)
.Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
width: 10em;
text-align: center;
}
Here width can be adjusted as per your requirement.
Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)
.Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
width: 10em;
text-align: center;
}
Here width can be adjusted as per your requirement.
> @PraDeepKotian_Ugam said:
> hello @jcprofit17 ,
>
> Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)
>
> .Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
> width: 10em;
> text-align: center;
> }
>
> Here width can be adjusted as per your requirement.
Can this be adjusted so that the sizing is different and specific to different questions?
> hello @jcprofit17 ,
>
> Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)
>
> .Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
> width: 10em;
> text-align: center;
> }
>
> Here width can be adjusted as per your requirement.
Can this be adjusted so that the sizing is different and specific to different questions?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.