Skip to content

Problem with selects that contain icons/flags #134

@alberteddu

Description

@alberteddu

There seems to be a problem with select dropdowns that contain icons or flags. I can see this problem happening in the docs itself. (I use Chrome).

screen shot 2016-10-04 at 14 27 03

It seems this is caused by display: inline-block in the <i> element. I fixed this problem with:

.ui.dropdown .menu > .item > .flag {
    display: inline;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions