Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Exceed info on field

Viewing 3 posts - 1 through 3 (of 3 total)
  • Rai Uriarte
    #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 Moderator
    #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;
    }
    Rai Uriarte
    #171490

    Thanks Trevor, this works fine.

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

The topic ‘Exceed info on field’ is closed to new replies.