Karuna: Fix My Account buttons spacing issue. See #28.

This commit is contained in:
Danny Dudzic 2018-03-06 00:37:22 +01:00
parent fe3946e6fc
commit 6cdf7d8328
3 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/karuna/
Author: Automattic
Author URI: http://wordpress.com/themes/
Description: Karuna is a clean business theme designed with health and wellness-focused sites in mind. With bright, bold colors, prominent featured images, and support for customer testimonials, your business' brand will shine with Karuna.
Version: 1.2.2-wpcom
Version: 1.2.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karuna

View file

@ -576,7 +576,9 @@ ul#shipping_method {
.woocommerce-account .woocommerce-MyAccount-content .button {
word-wrap: normal;
word-break: normal; }
word-break: normal;
display: inline-block;
margin: 0.2em; }
@media screen and (min-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {

View file

@ -576,7 +576,9 @@ ul#shipping_method {
.woocommerce-account .woocommerce-MyAccount-content .button {
word-wrap: normal;
word-break: normal; }
word-break: normal;
display: inline-block;
margin: 0.2em; }
@media screen and (min-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {