The 'Remove' element in the title bar is too long

Support MB Group The 'Remove' element in the title bar is too long

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39183
    YumikomYumikom
    Participant

    Hi,

    Due to the CSS flex-glow of the Remove link element .rwmb-group-remove in the collapsible group title, the title click to close the group always performs the remove function.

    After clicking on a Group title, I want to close it. And I want to delete it only when I click on the word Remove, is this possible?

    Best regards,
    Yumikom

    #39191
    PeterPeter
    Moderator

    Hello Yumikom,

    Thank you for your feedback.

    I see that issue. You can use this custom CSS code to fix the issue

    .rwmb-group-title-wrapper:hover .rwmb-group-remove {
        flex-grow: unset;
    }

    In the admin area, you can use this plugin to implement the CSS code https://wordpress.org/plugins/admin-css-mu/

    #39201
    YumikomYumikom
    Participant

    Hi Peter,

    Thank you for your response.
    I am correcting it in the same way, but I would appreciate it if you could resolve the issue with the plugin.

    Best regards,
    Yumikom

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