You need to sign in to do that
Don't have an account?

Conflicts on including bootstrap in vf page.
Hello,
On including bootstrap files in vf pages the page css is also getting affected, how can i prevent that?
Thank You
Regards
On including bootstrap files in vf pages the page css is also getting affected, how can i prevent that?
Thank You
Regards
Athough I fixed this situation myself, there's no need to include all these files. If we compare the Default css of salesforce and bootstrap, the css of body in salesforce "font-size: 75%" is overridden by that of bootstrap "font-size: 14px", All we need to do is decrease the font-size to 12px instead of 14px.
Hope that helps.
Thanks Again!