Minor Admin CSS bug
-
Hello!
In admin/css/size-chart-for-woocommerce-admin.css you define styles for all <textarea> tags, which is wrong.
Instead of
...#size-chart-meta-fields select,textarea{border...
it should be
...#size-chart-meta-fields select,#size-chart-meta-fields textarea{border...
Please fix it in your next release. Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Minor Admin CSS bug’ is closed to new replies.