New Participant
September 2, 2016
Solved
Twitter Bootstrap breaking Classic OOTB dialogs
- September 2, 2016
- 6 replies
- 2574 views
I would like to integrate Twitter Bootstrap (latest version 3.3.6) in my website, though when adding the bootstrap css it seems to be breaking the dialogs layout of the page and also the components.
I tried both adding it as a clientLib and as a dependency to my clientlibsAll, same result either way.
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:ClientLibraryFolder" categories="[clientlibs-all]" dependencies="[cq.widgets,jquery,cq.social.bootstrap.3]"/>
Any suggestions?