Select2 in table row

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10039188
    manugi
    Participant

    Hello,
    I’ve two select2 in a row in table and they not appears as before. In the first rows of the table they are narrow and the width of them increase until they gain the maximum width of the column.
    I dont know why because in the production website the behavior is correct and this issue appeared after the upgrade to 4.00 version.
    This is the correct version:
    This is OK
    and this is the new wrong version:
    This is OK

    The code of the page is at the following address:

    Can you help me please?

    Thank you in advance,
    Emanuele



    Template Version: 4.0.0
    #10039191
    Support
    Keymaster

    Hello,

    1) You can add the width in the select, example:

    <select style="width: 100%" data-plugin-selectTwo class="form-control populate" id="persona_id1" name="persona_id1">

    More info: https://select2.org/appearance

    2) You need to remove the class pb-3 from parent row (form-group)

    Let me know if you have any questions.

    Kind Regards,

    Jonas


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

This topic is marked as "RESOLVED" and can not rceive new replies.