Skip to content

Styling issue with facet pills #47

@D-Groenewegen

Description

@D-Groenewegen

The combobox facet has bit of a styling problem when the text of a 'pill' exceeds the width of the facet panel :

Image

A possible CSS fix would look like this:

.wikisearch-pill 
  height: auto;
  border-radius: .5em;
  white-space: wrap;
}

.wikisearch-pill::after {
  top:0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions