Please revert the 100% INPUT default width...

Support General Please revert the 100% INPUT default width...Resolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29347
    maybeadevmaybeadev
    Participant

    The change to make all INPUT fields 100% width should have been an option, not forced upon existing users and certainly not something that is a "point" change because it breaks existing layouts. Can you please considering reverting that and make it some sort of wp-config option instead?

    #29348
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've been thinking about this for a while and made a poll on the Facebook group. 99% users voted for 100% width option.

    Anyway, the change only force 100% width if you not set the "size" attribute for inputs. If you set "size", it respects what you set. For select and textarea, it's always 100% width.

    If you notice any issue with the layout, please let me know.

    #29357
    maybeadevmaybeadev
    Participant

    Hi:

    I understand the desire for the default but shouldn't that be set for new installs instead of existing installs? Now it means that the update requires us to go back and change all existing code just to prevent the 100% width from taking effect.

    And since this is a large breaking change shouldn't it be in a major update instead of a minor / bug-fix update?

    #29361
    Anh TranAnh Tran
    Keymaster

    I'm afraid there's no way to recognize the new vs existing installs, unless the existing installs don't update to the new version.

    I made it a patch update, since I think it's kind of a fix for styling. I'm sorry for the troubles you're in. I'll be more careful in the future and make a note when we release something like that.

    #29370
    Jean-Michel JunodJean-Michel Junod
    Participant

    Experiencing the same issue here:
    My blocks with a simple label/input are rendered with a big label and an unusable 20px width input field.

    Maybe a quickfix (that worked for me) is to add to your admin css:

    .edit-post-sidebar .mb-block-edit .rwmb-label, 
    .edit-post-sidebar .mb-block-edit .rwmb-input {
         25%; // instead of 100%
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.