This style seemed to fix this issue:
/*IE11 does not display widths correctly. This fixes that error.*/
.wtHolder {
width: auto !important;
}
This style seemed to fix this issue:
/*IE11 does not display widths correctly. This fixes that error.*/
.wtHolder {
width: auto !important;
}