On my project options of a tomselect are display with a weird indentation.

A bit of css is responsible for the bug (display flex)
I made a quick fix in my project by using the following style
.ts-dropdown-content .option {
display: block;
min-height: unset;
}