Forums Forums Search & Filter Pro Exceed info on field

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #169991

    Hi!,

    Any way to solve this issue?: https://pasteboard.co/Hf3FSUA.png
    I have some fields on the drop-down that exceed the width of the sidebar.

    Thanks.
    Rai.

    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 3 posts - 1 through 3 (of 3 total)