Hello,
I am using DFFS side by side settings on SP 2010 for 2-3 people picker fields, and the input box is being shortened when using the custom css
.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;
}
My attempts to try and force this at 150px have failed, any suggestions?