Support

Account

Home Forums Backend Issues (wp-admin) Width of fields not working in block-editor Reply To: Width of fields not working in block-editor

  • Basically it is because of some !important styling from ACF Blocks.

    See:

    // Force full width.
    width: auto !important;
    min-height: 0 !important;
    float: none !important;