Browse Source

Libre 2: Fix My Account buttons spacing issue. See #28.

Danny Dudzic 7 years ago
parent
commit
2f087d01a4
2 changed files with 9 additions and 1 deletions
  1. 1 1
      libre-2/style.css
  2. 8 0
      libre-2/woocommerce.css

+ 1 - 1
libre-2/style.css

@@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/libre-2/
 Author: Automattic
 Author URI: http://wordpress.com/themes/
 Description: A stylish, classic look for your personal blog or long-form writing site. The main navigation bar stays fixed to the top while your visitors read, keeping your most important content at hand, while three footer widget areas give your secondary content a comfortable home.
-Version: 2.2-wpcom
+Version: 2.2.1-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: libre

+ 8 - 0
libre-2/woocommerce.css

@@ -924,6 +924,14 @@ ul.products li.product .added_to_cart
 	box-shadow: none;
 }
 
+.woocommerce-account .woocommerce-MyAccount-content table .button
+{
+  word-wrap: normal;
+  word-break: normal;
+  display: inline-block;
+  margin: .25em;
+}
+
 .woocommerce-account .addresses .woocommerce-Address-title h3
 {
 	float: left;