Hi i am using bootstrap2, in Single button group the group is broken only in safari browser there is a gap between the button group see the attached image, please check and replay.
Thanks.
Its caused by the font-size. Safari in windows doesn't allow 0 as a value. A work around is use 0.1px which will make it look better but not perfect
Another option is not leaving white space in your HTML but that makes code less readable