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.

http://getbootstrap.com/2.3.2/components.htmlenter image description here

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top