WP 5.6 and text field with size 200

Support General WP 5.6 and text field with size 200Resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23613
    hannuhhannuh
    Participant

    Hi! After installing to WP 5.6 all my text fields which have size set to 200 break the admin UI and the right hand side admin bar goes out of bounds. I can fix this by setting the size e.g. to 80. But do you have idea why this happens after upgrading to WP 5.6?

    I believe before 5.6 text field with size 200 did not go out of bounds. Maybe you could set in the plugin code so that if the size is too big it will use a pre defined max value?

    I could send screenshots but I cannot upload pictures on your forum.

    #23631
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thanks for your reporting. I also experience this issue. WordPress 5.6 seems does not set the max width for the editor, I will create a feature request for the developer team to improve this case.

    #23637
    hannuhhannuh
    Participant

    ok thanks, this also fixes it:

    .rwmb-field {
        max-width: 800px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.