Skip to content

Tom-select with big label #56

@benji07

Description

@benji07

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

Capture d’écran 2022-08-31 à 14 03 54

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions