Jump to content

Edit History

Alien(PL)

Alien(PL)

You can change that in CSS

#search_filters .facet .facet-label a {
    [..]
    white-space: normal;
}

I would also sugest to change the aligument of elements in

#search_filters .facet .facet-label

so the checkbox and the test looks nice.

Alien(PL)

Alien(PL)

You can change that in CSS

#search_filters .facet .facet-label a {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

I would also sugest to change the aligument of elements in

#search_filters .facet .facet-label

so the checkbox and the test looks nice.

×
×
  • Create New...