Hello!
I am using the styling suggested for multi columns and I wanted to increase the width of the multiline plain text fields. I am using:
.sbs_FieldTable .dffs_tdWrap *{
width:auto !important;
}
.sbs_tdIndex_1, .sbs_tdIndex_2, .sbs_tdIndex_3, .sbs_tdIndex_4{
min-width:200px !important;
width:200px !important;
How would I increase the width?