Title: Multiple CSS Change Requests
Last modified: May 27, 2019

---

# Multiple CSS Change Requests

 *  Resolved [brozra](https://wordpress.org/support/users/brozra/)
 * (@brozra)
 * [7 years ago](https://wordpress.org/support/topic/multiple-css-change-requests/)
 * 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](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [7 years ago](https://wordpress.org/support/topic/multiple-css-change-requests/#post-11576171)
 * Thanks [@brozra](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/woocommerce-product-addon/assets/icon-256x256.gif?rev=3186763)
 * [PPOM - Product Addons & Custom Fields for WooCommerce](https://wordpress.org/plugins/woocommerce-product-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-addon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [N-Media](https://wordpress.org/support/users/nmedia/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/multiple-css-change-requests/#post-11576171)
 * Status: resolved