Browse Source

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

Danny Dudzic 7 years ago
parent
commit
5de77f59ac
2 changed files with 8 additions and 1 deletions
  1. 1 1
      radcliffe-2/style.css
  2. 7 0
      radcliffe-2/woocommerce.css

+ 1 - 1
radcliffe-2/style.css

@@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/radcliffe-2
 Author: Anders Norén
 Author URI: http://www.andersnoren.se
 Description: A theme for bloggers who want their content to take center stage.
-Version: 2.0.0-wpcom
+Version: 2.0.1-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: radcliffe-2

+ 7 - 0
radcliffe-2/woocommerce.css

@@ -964,6 +964,13 @@ ul.products li.product .button {
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
 }
 
+.woocommerce-MyAccount-content table .button {
+	word-wrap: normal;
+	word-break: normal;
+	display: inline-block;
+	margin: .3em;
+}
+
 .woocommerce-MyAccount-content fieldset {
 	margin: 0 2px 1.5em;
 	padding: 0.5em 1.5em 1em;