I am trying to apply ryenus solution (Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?) for google charts and twitter bootstrap tabs but i have a problem, maybe because i have different version of bootstrap,i am not sure. My version of bootstrap is 3.3.7 .
On my bootstrap.css file i found this lines:
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
