ClassicPress / classic-commerce

A simple but powerful e-commerce platform built for ClassicPress. Forked from WooCommerce and compatible with many Woo extensions.
https://classiccommerce.cc/
GNU General Public License v3.0
54 stars 15 forks source link

Fix padding at bottom of email address in emails #344

Closed ghost closed 3 years ago

ghost commented 3 years ago

All Submissions:

Changes proposed in this Pull Request:

A few small changes to fix the missing padding at the bottom of the shipping address in emails.

The fix was applied in WC 3.5.4 https://github.com/woocommerce/woocommerce/pull/22466

How to test the changes in this Pull Request:

  1. Change the 2 lines in 2 files
  2. Send through a test order
  3. See the improved padding

Screenshot - before:

before

Screenshot - after:

after

Other information:

bahiirwa commented 3 years ago

I was thinking we should take this a step further and introduce even boxes on both sides. CSS Flexbox/grid should do this easily. Thoughts??

ghost commented 3 years ago

Yes, that's fine with me. I was just doing what WC did, but it would look even better with same size boxes.