Problem with a style (bootstrap4) interfering versions?
Problem with a style (bootstrap4) interfering versions?
Hello, I'm using dataTables with Bootstrap 4 (https://www.datatables.net/examples/styling/bootstrap4.html)
Everything is working perfect, but today I noticed that an element of my page looks weird. This only happens If I add the table on the page. If I remove the table, the element back to his normal aspect.
This element is generated by the platform that I'm using for my website so I can't remove or edit their style...
After a deep-investigation I think the element is using this style URL:
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/scss/_reboot.scss
The table is using this link style:
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.css
For me, both links look very very similar and probably that's what causing the issue.
Any ideas?
Thanks!
Answers
We'd need a link to a page showing the issue to be able to debug it and understand the problem.
The
_reboot.scss
file is part of Bootstrap. It is compiled together with other files to create the eventualbootstrap.css
.Allan