0

How can I make bootstrap-tabdrop.js compatible with Bootstrap 4?

Demo

I changed pull-right to float-right but did not work :(

please help me.

Ismail Farooq
  • 6,309
  • 1
  • 27
  • 47
HamedFathi
  • 3,667
  • 5
  • 32
  • 72

1 Answers1

0

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;
}

https://jsfiddle.net/ag4sa7fr/2/

Ismail Farooq
  • 6,309
  • 1
  • 27
  • 47