ttskch / select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4
MIT License
435 stars 206 forks source link

Select groups not properly nested #28

Closed sonofliberty closed 4 years ago

sonofliberty commented 5 years ago

Had to add this to my scss file to fix:

.select2-results__options--nested {
  li {
    padding-left: 1em !important;
  }
}
ttskch commented 4 years ago

@sonofliberty Thanks for your feedback 👍 Could you please show some sample html which reproduces the problem?

bkdotcom commented 4 years ago

https://select2.org/options#dropdown-option-groups

leo95works commented 4 years ago

any fix for this?

ttskch commented 4 years ago

after 73adaa2, like this 👍

image