How can I make bootstrap-tabdrop.js compatible with Bootstrap 4?
I changed pull-right
to float-right
but did not work :(
please help me.
How can I make bootstrap-tabdrop.js compatible with Bootstrap 4?
I changed pull-right
to float-right
but did not work :(
please help me.
See this answer float right / left not works in flex item you need to change the order of item and put the margin-left:auto
li.tabdrop{
order:2;
margin-left:auto;
}