Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Conflict with bootstrap #141

Closed yehudahkay closed 9 years ago

yehudahkay commented 9 years ago

Has anyone ever noticed a conflict with bootstrap? I added this to fix:

.k-days * {
    box-sizing: content-box;
}
Twipped commented 9 years ago

Fixed in ca0a6b10, will be addressed in the next release (probably 0.5.2)

yehudahkay commented 9 years ago

Thanks!