Forums Forums Search & Filter Pro Exceed info on field

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #170016

    Are these comboboxes? If so, are you using the Select2 script (it is in settings for Search & Filter.

    This custom CSS should cause the text to wrap with select2 comboboxes (or CSS like it):

    .select2-container .select2-selection--multiple .select2-selection__choice {
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
    }
    Anonymous
    #171490

    Thanks Trevor, this works fine.

Viewing 2 posts - 1 through 2 (of 2 total)