Hi Alex,
Not sure if this is a bug or intentional, but when i was testing v4.4.3.47, i noticed the SBS alignment is off.
Attached are two screenshots, one from v4.4.3.47, and the other from v4.4.3.38.
Here is the customer CSS i am using for both versions.
.sbs_FieldTable *{
width:auto !important;
}
/* Ensure the tooltip icon won't collapse */
.customTooltipIcon{
width:18px!important;
}
.sbs_tdIndex_1, .sbs_tdIndex_2, .sbs_tdIndex_3, .sbs_tdIndex_4{
min-width:200px !important;
width:200px !important;
white-space:normal!important;
}
input{
width:150px;
}
div.sp-peoplepicker-topLevel{
width:200px !important;
}
Any suggestions?