openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Compatible issue? "tab-content" do not recover after resizing to full screen on desktop #36

Closed tsuijie closed 9 years ago

tsuijie commented 9 years ago

I'm using Bootstrap version 3.3.2

image

This div should be filled with content while resizing back to normal size but it did not.

carl2049 commented 9 years ago

Add an id to nav-tabs

carl2049 commented 9 years ago

It's weird I can't use tags ul class="nav nav-tabs responsive" id="navTabs"

tsuijie commented 9 years ago

Thanks, I've already solved this problem, scripts are compatible with the latest Bootstrap version.