Validation tooltip inside input-group displays incorrectly in IE11
Created by: sktw
In IE11 a validation tooltip inside an input group displays to the right of the input. See the screenshot below from the bootstrap docs, specifically the tooltip for the Username field.
Setting left: 0px
on .{valid|invalid}-tooltip
seems to fix this.