Select elements with long titles from relationship boxes break out of meta box

Support MB Relationships Select elements with long titles from relationship boxes break out of meta boxResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13019
    DougDoug
    Participant

    I noticed recently that any select elements in relationship meta boxes containing extra long post titles in them push out beyond the meta box container (when the metabox is located in the sidebar to the right). See screenshot.

    This seems to be fixed by applying max-width:100%; to:

    .rwmb-field .select2-container {}
    in meta-box/css/select-advanced.css

    Here's a screenshot after applying the fix.

    #13022
    Anh TranAnh Tran
    Keymaster

    Hi Doug, thanks for your help. It's added to the plugin.

    #13138
    DraganDragan
    Participant

    I'm having serious width issues on 'New Category' page
    Link to screenshot

    It seems that WordPress' default css sets the width of options page for new category to 800px:

    #edittag {
    max-width: 800px;
    }

    and your plugin doesn't fare well with this.

    #13157
    Anh TranAnh Tran
    Keymaster

    Hi Dragan,

    Thanks a lot for your feedback. We'll check and fix this issue soon.

    #13356
    Anh TranAnh Tran
    Keymaster

    Hi Dragan,

    The fix is merged into the latest version. Thanks a lot for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.