After upgrading my Angular 8 project to Angular 9, I decided to experiment with the ngx-bootstrap-multiselect plugin.
I noticed that the way the items are displayed on a single line is causing some display issues, such as checkboxes appearing to the right of the wrong item.
https://i.sstatic.net/BU4dz.png
Is there a specific setting that can be adjusted to fix this problem? If not, what would be the recommended alternative approach (I'm considering using itemClasses)?