responsive-tabs icon indicating copy to clipboard operation
responsive-tabs copied to clipboard

Nested tabs

Open gabrielechesi opened this issue 10 years ago • 0 comments

Hi, i'm using this very helpful bootstrap plugin.

I've found that when nested tabs are present, into the inside tabs there are multiple .tab-control and back doesn't work.

I've changed the code of plugin from:

function setSmallStyle() {

to:

function setSmallStyle() { setLargeStyle();

So when small style is applied,before others controls are removed.

Hope this help in your development.

Regards

G.

gabrielechesi avatar Nov 18 '15 10:11 gabrielechesi