Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?

前端 未结 6 1160
长发绾君心
长发绾君心 2020-11-22 14:30

So I\'m creating a page with tabbed content using Twitter\'s Bootstrap, yet the content of my starting active div is always different than that of my other tabs. For example

6条回答
  •  孤街浪徒
    2020-11-22 14:36

    The in-line style "width" is different for the charts. I'm not sure when and how are those calculated, but you can override those in css for example.

提交回复
热议问题