• Resolved brozra

    (@brozra)


    The following CSS interferes with user’s ability to resize textareas. Please remove it from woocommerce-product-addon/css/ppom-style.css for future udpates.

    .ppom-wrapper textarea{
      height: inherit !important;
      min-height: inherit !important;
      min-width: inherit !important;
    }

    Also, in the admin tools the meta values column is too small when a lot of fields are added to a meta group. Please add this to woocommerce-product-addon/scripts/ppom-admin.css for future udpates.

    table#ppom-meta-table.dataTable th:nth-of-type(4){
    	width:60%;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • N-Media

    (@nmedia)

    Thanks @brozra,

    we updated PPOM for these changes if you have more suggestions please let me know to make PPOM better 🙂

Viewing 1 replies (of 1 total)

The topic ‘Multiple CSS Change Requests’ is closed to new replies.